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>Deletes an async search by ID. If the search is still running, the search request will be cancelled. Otherwise, the saved search results are deleted.</para>
42
-
/// <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>Deletes an async search by ID. If the search is still running, the search request will be cancelled. Otherwise, the saved search results are deleted.</para>
52
42
/// <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>
@@ -123,16 +113,6 @@ public virtual Task<DeleteAsyncSearchResponse> DeleteAsync(Elastic.Clients.Elast
/// <para>Retrieves the results of a previously submitted async search request given its ID.</para>
128
-
/// <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>
138
118
/// <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>
@@ -176,16 +156,6 @@ public virtual Task<GetAsyncSearchResponse<TDocument>> GetAsync<TDocument>(Elast
/// <para>Retrieves the status of a previously submitted async search request given its ID.</para>
181
-
/// <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 status of a previously submitted async search request given its ID.</para>
191
161
/// <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>
@@ -262,16 +232,6 @@ public virtual Task<AsyncSearchStatusResponse> StatusAsync(Elastic.Clients.Elast
/// <para>Executes a search request asynchronously.</para>
267
-
/// <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>Executes a search request asynchronously.</para>
277
237
/// <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>Provides explanations for shard allocations in the cluster.</para>
42
-
/// <para><see href="https://www.elastic.co/guide/en/elasticsearch/reference/8.13/cluster-allocation-explain.html">Learn more about this API in the Elasticsearch documentation.</see></para>
/// <para>Provides explanations for shard allocations in the cluster.</para>
52
42
/// <para><see href="https://www.elastic.co/guide/en/elasticsearch/reference/8.13/cluster-allocation-explain.html">Learn more about this API in the Elasticsearch documentation.</see></para>
@@ -90,16 +80,6 @@ public virtual Task<AllocationExplainResponse> AllocationExplainAsync(Action<All
/// <para><see href="https://www.elastic.co/guide/en/elasticsearch/reference/8.13/indices-component-template.html">Learn more about this API in the Elasticsearch documentation.</see></para>
/// <para><see href="https://www.elastic.co/guide/en/elasticsearch/reference/8.13/indices-component-template.html">Learn more about this API in the Elasticsearch documentation.</see></para>
@@ -143,16 +123,6 @@ public virtual Task<DeleteComponentTemplateResponse> DeleteComponentTemplateAsyn
/// <para>Returns information about whether a particular component template exist</para>
148
-
/// <para><see href="https://www.elastic.co/guide/en/elasticsearch/reference/8.13/indices-component-template.html">Learn more about this API in the Elasticsearch documentation.</see></para>
/// <para>Returns information about whether a particular component template exist</para>
158
128
/// <para><see href="https://www.elastic.co/guide/en/elasticsearch/reference/8.13/indices-component-template.html">Learn more about this API in the Elasticsearch documentation.</see></para>
@@ -196,16 +166,6 @@ public virtual Task<ExistsComponentTemplateResponse> ExistsComponentTemplateAsyn
/// <para>Returns one or more component templates</para>
201
-
/// <para><see href="https://www.elastic.co/guide/en/elasticsearch/reference/8.13/indices-component-template.html">Learn more about this API in the Elasticsearch documentation.</see></para>
/// <para>Returns one or more component templates</para>
211
171
/// <para><see href="https://www.elastic.co/guide/en/elasticsearch/reference/8.13/indices-component-template.html">Learn more about this API in the Elasticsearch documentation.</see></para>
@@ -272,16 +232,6 @@ public virtual Task<GetComponentTemplateResponse> GetComponentTemplateAsync(Acti
/// <para><see href="https://www.elastic.co/guide/en/elasticsearch/reference/8.13/cluster-get-settings.html">Learn more about this API in the Elasticsearch documentation.</see></para>
/// <para><see href="https://www.elastic.co/guide/en/elasticsearch/reference/8.13/cluster-get-settings.html">Learn more about this API in the Elasticsearch documentation.</see></para>
@@ -325,16 +275,6 @@ public virtual Task<GetClusterSettingsResponse> GetSettingsAsync(Action<GetClust
/// <para>Returns basic information about the health of the cluster.</para>
330
-
/// <para><see href="https://www.elastic.co/guide/en/elasticsearch/reference/8.13/cluster-health.html">Learn more about this API in the Elasticsearch documentation.</see></para>
/// <para>Returns basic information about the health of the cluster.</para>
340
280
/// <para><see href="https://www.elastic.co/guide/en/elasticsearch/reference/8.13/cluster-health.html">Learn more about this API in the Elasticsearch documentation.</see></para>
@@ -457,16 +397,6 @@ public virtual Task<HealthResponse> HealthAsync(Action<HealthRequestDescriptor>
/// <para>Returns different information about the cluster.</para>
462
-
/// <para><see href="https://www.elastic.co/guide/en/elasticsearch/reference/8.13/cluster-info.html">Learn more about this API in the Elasticsearch documentation.</see></para>
/// <para>Returns different information about the cluster.</para>
472
402
/// <para><see href="https://www.elastic.co/guide/en/elasticsearch/reference/8.13/cluster-info.html">Learn more about this API in the Elasticsearch documentation.</see></para>
@@ -510,16 +440,6 @@ public virtual Task<ClusterInfoResponse> InfoAsync(IReadOnlyCollection<Elastic.C
/// <para>Returns a list of any cluster-level changes (e.g. create index, update mapping,<br/>allocate or fail shard) which have not yet been executed.</para>
515
-
/// <para><see href="https://www.elastic.co/guide/en/elasticsearch/reference/8.13/cluster-pending.html">Learn more about this API in the Elasticsearch documentation.</see></para>
/// <para>Returns a list of any cluster-level changes (e.g. create index, update mapping,<br/>allocate or fail shard) which have not yet been executed.</para>
525
445
/// <para><see href="https://www.elastic.co/guide/en/elasticsearch/reference/8.13/cluster-pending.html">Learn more about this API in the Elasticsearch documentation.</see></para>
@@ -563,16 +483,6 @@ public virtual Task<PendingTasksResponse> PendingTasksAsync(Action<PendingTasksR
/// <para>Creates or updates a component template</para>
568
-
/// <para><see href="https://www.elastic.co/guide/en/elasticsearch/reference/8.13/indices-component-template.html">Learn more about this API in the Elasticsearch documentation.</see></para>
/// <para>Creates or updates a component template</para>
578
488
/// <para><see href="https://www.elastic.co/guide/en/elasticsearch/reference/8.13/indices-component-template.html">Learn more about this API in the Elasticsearch documentation.</see></para>
@@ -649,16 +559,6 @@ public virtual Task<PutComponentTemplateResponse> PutComponentTemplateAsync(Elas
/// <para>Returns high-level overview of cluster statistics.</para>
654
-
/// <para><see href="https://www.elastic.co/guide/en/elasticsearch/reference/8.13/cluster-stats.html">Learn more about this API in the Elasticsearch documentation.</see></para>
/// <para>Returns high-level overview of cluster statistics.</para>
664
564
/// <para><see href="https://www.elastic.co/guide/en/elasticsearch/reference/8.13/cluster-stats.html">Learn more about this API in the Elasticsearch documentation.</see></para>
/// <para>Deletes an existing enrich policy and its enrich index.</para>
42
-
/// <para><see href="https://www.elastic.co/guide/en/elasticsearch/reference/current/delete-enrich-policy-api.html">Learn more about this API in the Elasticsearch documentation.</see></para>
/// <para>Deletes an existing enrich policy and its enrich index.</para>
52
42
/// <para><see href="https://www.elastic.co/guide/en/elasticsearch/reference/current/delete-enrich-policy-api.html">Learn more about this API in the Elasticsearch documentation.</see></para>
@@ -90,16 +80,6 @@ public virtual Task<DeletePolicyResponse> DeletePolicyAsync(Elastic.Clients.Elas
/// <para>Creates the enrich index for an existing enrich policy.</para>
95
-
/// <para><see href="https://www.elastic.co/guide/en/elasticsearch/reference/8.13/execute-enrich-policy-api.html">Learn more about this API in the Elasticsearch documentation.</see></para>
/// <para>Creates the enrich index for an existing enrich policy.</para>
105
85
/// <para><see href="https://www.elastic.co/guide/en/elasticsearch/reference/8.13/execute-enrich-policy-api.html">Learn more about this API in the Elasticsearch documentation.</see></para>
@@ -143,16 +123,6 @@ public virtual Task<ExecutePolicyResponse> ExecutePolicyAsync(Elastic.Clients.El
/// <para>Gets information about an enrich policy.</para>
148
-
/// <para><see href="https://www.elastic.co/guide/en/elasticsearch/reference/current/get-enrich-policy-api.html">Learn more about this API in the Elasticsearch documentation.</see></para>
/// <para>Gets information about an enrich policy.</para>
158
128
/// <para><see href="https://www.elastic.co/guide/en/elasticsearch/reference/current/get-enrich-policy-api.html">Learn more about this API in the Elasticsearch documentation.</see></para>
@@ -219,16 +189,6 @@ public virtual Task<GetPolicyResponse> GetPolicyAsync(Action<GetPolicyRequestDes
/// <para><see href="https://www.elastic.co/guide/en/elasticsearch/reference/8.13/put-enrich-policy-api.html">Learn more about this API in the Elasticsearch documentation.</see></para>
/// <para><see href="https://www.elastic.co/guide/en/elasticsearch/reference/8.13/put-enrich-policy-api.html">Learn more about this API in the Elasticsearch documentation.</see></para>
@@ -305,16 +265,6 @@ public virtual Task<PutPolicyResponse> PutPolicyAsync(Elastic.Clients.Elasticsea
/// <para>Gets enrich coordinator statistics and information about enrich policies that are currently executing.</para>
310
-
/// <para><see href="https://www.elastic.co/guide/en/elasticsearch/reference/current/enrich-stats-api.html">Learn more about this API in the Elasticsearch documentation.</see></para>
/// <para>Gets enrich coordinator statistics and information about enrich policies that are currently executing.</para>
320
270
/// <para><see href="https://www.elastic.co/guide/en/elasticsearch/reference/current/enrich-stats-api.html">Learn more about this API in the Elasticsearch documentation.</see></para>
0 commit comments