You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// <para>Returns search hits that match the query defined in the request.<br/>You can provide search queries using the `q` query string parameter or the request body.<br/>If both are specified, only the query parameter is used.</para>
/// <para>Returns search hits that match the query defined in the request.<br/>You can provide search queries using the `q` query string parameter or the request body.<br/>If both are specified, only the query parameter is used.</para>
/// <para>Retrieves the results of a previously submitted async search request given its ID.</para>
163
163
/// <para><see href="https://www.elastic.co/guide/en/elasticsearch/reference/8.13/async-search.html">Learn more about this API in the Elasticsearch documentation.</see></para>
164
164
/// </summary>
165
165
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")]
/// <para>Retrieves the results of a previously submitted async search request given its ID.</para>
174
174
/// <para><see href="https://www.elastic.co/guide/en/elasticsearch/reference/8.13/async-search.html">Learn more about this API in the Elasticsearch documentation.</see></para>
175
175
/// </summary>
176
176
[Obsolete("Synchronous methods are deprecated and could be removed in the future.")]
/// <para>Retrieves the results of a previously submitted async search request given its ID.</para>
198
198
/// <para><see href="https://www.elastic.co/guide/en/elasticsearch/reference/8.13/async-search.html">Learn more about this API in the Elasticsearch documentation.</see></para>
/// <para>Retrieves the results of a previously submitted async search request given its ID.</para>
208
208
/// <para><see href="https://www.elastic.co/guide/en/elasticsearch/reference/8.13/async-search.html">Learn more about this API in the Elasticsearch documentation.</see></para>
0 commit comments