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>Retrieves the status of a previously submitted async search request given its ID.</para>
41
-
/// <para><see href="https://www.elastic.co/guide/en/elasticsearch/reference/8.7/async-search.html">Learn more about this API in the Elasticsearch documentation.</see></para>
41
+
/// <para><see href="https://www.elastic.co/guide/en/elasticsearch/reference/8.6/async-search.html">Learn more about this API in the Elasticsearch documentation.</see></para>
@@ -48,7 +48,7 @@ public virtual AsyncSearchStatusResponse Status(AsyncSearchStatusRequest request
48
48
49
49
/// <summary>
50
50
/// <para>Retrieves the status of a previously submitted async search request given its ID.</para>
51
-
/// <para><see href="https://www.elastic.co/guide/en/elasticsearch/reference/8.7/async-search.html">Learn more about this API in the Elasticsearch documentation.</see></para>
51
+
/// <para><see href="https://www.elastic.co/guide/en/elasticsearch/reference/8.6/async-search.html">Learn more about this API in the Elasticsearch documentation.</see></para>
@@ -104,7 +104,7 @@ public virtual Task<AsyncSearchStatusResponse> StatusAsync<TDocument>(Elastic.Cl
104
104
105
105
/// <summary>
106
106
/// <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>
107
-
/// <para><see href="https://www.elastic.co/guide/en/elasticsearch/reference/8.7/async-search.html">Learn more about this API in the Elasticsearch documentation.</see></para>
107
+
/// <para><see href="https://www.elastic.co/guide/en/elasticsearch/reference/8.6/async-search.html">Learn more about this API in the Elasticsearch documentation.</see></para>
@@ -114,7 +114,7 @@ public virtual DeleteAsyncSearchResponse Delete(DeleteAsyncSearchRequest request
114
114
115
115
/// <summary>
116
116
/// <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>
117
-
/// <para><see href="https://www.elastic.co/guide/en/elasticsearch/reference/8.7/async-search.html">Learn more about this API in the Elasticsearch documentation.</see></para>
117
+
/// <para><see href="https://www.elastic.co/guide/en/elasticsearch/reference/8.6/async-search.html">Learn more about this API in the Elasticsearch documentation.</see></para>
@@ -170,7 +170,7 @@ public virtual Task<DeleteAsyncSearchResponse> DeleteAsync<TDocument>(Elastic.Cl
170
170
171
171
/// <summary>
172
172
/// <para>Retrieves the results of a previously submitted async search request given its ID.</para>
173
-
/// <para><see href="https://www.elastic.co/guide/en/elasticsearch/reference/8.7/async-search.html">Learn more about this API in the Elasticsearch documentation.</see></para>
173
+
/// <para><see href="https://www.elastic.co/guide/en/elasticsearch/reference/8.6/async-search.html">Learn more about this API in the Elasticsearch documentation.</see></para>
@@ -180,7 +180,7 @@ public virtual GetAsyncSearchResponse<TDocument> Get<TDocument>(GetAsyncSearchRe
180
180
181
181
/// <summary>
182
182
/// <para>Retrieves the results of a previously submitted async search request given its ID.</para>
183
-
/// <para><see href="https://www.elastic.co/guide/en/elasticsearch/reference/8.7/async-search.html">Learn more about this API in the Elasticsearch documentation.</see></para>
183
+
/// <para><see href="https://www.elastic.co/guide/en/elasticsearch/reference/8.6/async-search.html">Learn more about this API in the Elasticsearch documentation.</see></para>
@@ -220,7 +220,7 @@ public virtual Task<GetAsyncSearchResponse<TDocument>> GetAsync<TDocument>(Elast
220
220
221
221
/// <summary>
222
222
/// <para>Executes a search request asynchronously.</para>
223
-
/// <para><see href="https://www.elastic.co/guide/en/elasticsearch/reference/8.7/async-search.html">Learn more about this API in the Elasticsearch documentation.</see></para>
223
+
/// <para><see href="https://www.elastic.co/guide/en/elasticsearch/reference/8.6/async-search.html">Learn more about this API in the Elasticsearch documentation.</see></para>
@@ -230,7 +230,7 @@ public virtual SubmitAsyncSearchResponse<TDocument> Submit<TDocument>(SubmitAsyn
230
230
231
231
/// <summary>
232
232
/// <para>Executes a search request asynchronously.</para>
233
-
/// <para><see href="https://www.elastic.co/guide/en/elasticsearch/reference/8.7/async-search.html">Learn more about this API in the Elasticsearch documentation.</see></para>
233
+
/// <para><see href="https://www.elastic.co/guide/en/elasticsearch/reference/8.6/async-search.html">Learn more about this API in the Elasticsearch documentation.</see></para>
/// <para>Returns basic information about the health of the cluster.</para>
41
-
/// <para><see href="https://www.elastic.co/guide/en/elasticsearch/reference/8.7/cluster-health.html">Learn more about this API in the Elasticsearch documentation.</see></para>
41
+
/// <para><see href="https://www.elastic.co/guide/en/elasticsearch/reference/8.6/cluster-health.html">Learn more about this API in the Elasticsearch documentation.</see></para>
@@ -48,7 +48,7 @@ public virtual HealthResponse Health(HealthRequest request)
48
48
49
49
/// <summary>
50
50
/// <para>Returns basic information about the health of the cluster.</para>
51
-
/// <para><see href="https://www.elastic.co/guide/en/elasticsearch/reference/8.7/cluster-health.html">Learn more about this API in the Elasticsearch documentation.</see></para>
51
+
/// <para><see href="https://www.elastic.co/guide/en/elasticsearch/reference/8.6/cluster-health.html">Learn more about this API in the Elasticsearch documentation.</see></para>
/// <para>Allows to perform multiple index/update/delete operations in a single request.</para>
48
-
/// <para><see href="https://www.elastic.co/guide/en/elasticsearch/reference/8.7/docs-bulk.html">Learn more about this API in the Elasticsearch documentation.</see></para>
48
+
/// <para><see href="https://www.elastic.co/guide/en/elasticsearch/reference/8.6/docs-bulk.html">Learn more about this API in the Elasticsearch documentation.</see></para>
49
49
/// </summary>
50
50
publicvirtualBulkResponseBulk(BulkRequestrequest)
51
51
{
@@ -55,7 +55,7 @@ public virtual BulkResponse Bulk(BulkRequest request)
55
55
56
56
/// <summary>
57
57
/// <para>Allows to perform multiple index/update/delete operations in a single request.</para>
58
-
/// <para><see href="https://www.elastic.co/guide/en/elasticsearch/reference/8.7/docs-bulk.html">Learn more about this API in the Elasticsearch documentation.</see></para>
58
+
/// <para><see href="https://www.elastic.co/guide/en/elasticsearch/reference/8.6/docs-bulk.html">Learn more about this API in the Elasticsearch documentation.</see></para>
@@ -111,7 +111,7 @@ public virtual Task<BulkResponse> BulkAsync<TDocument>(Action<BulkRequestDescrip
111
111
112
112
/// <summary>
113
113
/// <para>Explicitly clears the search context for a scroll.</para>
114
-
/// <para><see href="https://www.elastic.co/guide/en/elasticsearch/reference/8.7/clear-scroll-api.html">Learn more about this API in the Elasticsearch documentation.</see></para>
114
+
/// <para><see href="https://www.elastic.co/guide/en/elasticsearch/reference/8.6/clear-scroll-api.html">Learn more about this API in the Elasticsearch documentation.</see></para>
@@ -121,7 +121,7 @@ public virtual ClearScrollResponse ClearScroll(ClearScrollRequest request)
121
121
122
122
/// <summary>
123
123
/// <para>Explicitly clears the search context for a scroll.</para>
124
-
/// <para><see href="https://www.elastic.co/guide/en/elasticsearch/reference/8.7/clear-scroll-api.html">Learn more about this API in the Elasticsearch documentation.</see></para>
124
+
/// <para><see href="https://www.elastic.co/guide/en/elasticsearch/reference/8.6/clear-scroll-api.html">Learn more about this API in the Elasticsearch documentation.</see></para>
@@ -161,7 +161,7 @@ public virtual Task<ClearScrollResponse> ClearScrollAsync(Action<ClearScrollRequ
161
161
162
162
/// <summary>
163
163
/// <para>Close a point in time</para>
164
-
/// <para><see href="https://www.elastic.co/guide/en/elasticsearch/reference/8.7/point-in-time-api.html">Learn more about this API in the Elasticsearch documentation.</see></para>
164
+
/// <para><see href="https://www.elastic.co/guide/en/elasticsearch/reference/8.6/point-in-time-api.html">Learn more about this API in the Elasticsearch documentation.</see></para>
@@ -171,7 +171,7 @@ public virtual ClosePointInTimeResponse ClosePointInTime(ClosePointInTimeRequest
171
171
172
172
/// <summary>
173
173
/// <para>Close a point in time</para>
174
-
/// <para><see href="https://www.elastic.co/guide/en/elasticsearch/reference/8.7/point-in-time-api.html">Learn more about this API in the Elasticsearch documentation.</see></para>
174
+
/// <para><see href="https://www.elastic.co/guide/en/elasticsearch/reference/8.6/point-in-time-api.html">Learn more about this API in the Elasticsearch documentation.</see></para>
@@ -1581,7 +1581,7 @@ public virtual Task<MultiSearchTemplateResponse<TDocument>> MultiSearchTemplateA
1581
1581
1582
1582
/// <summary>
1583
1583
/// <para>Open a point in time that can be used in subsequent searches</para>
1584
-
/// <para><see href="https://www.elastic.co/guide/en/elasticsearch/reference/8.7/point-in-time-api.html">Learn more about this API in the Elasticsearch documentation.</see></para>
1584
+
/// <para><see href="https://www.elastic.co/guide/en/elasticsearch/reference/8.6/point-in-time-api.html">Learn more about this API in the Elasticsearch documentation.</see></para>
@@ -1591,7 +1591,7 @@ public virtual OpenPointInTimeResponse OpenPointInTime(OpenPointInTimeRequest re
1591
1591
1592
1592
/// <summary>
1593
1593
/// <para>Open a point in time that can be used in subsequent searches</para>
1594
-
/// <para><see href="https://www.elastic.co/guide/en/elasticsearch/reference/8.7/point-in-time-api.html">Learn more about this API in the Elasticsearch documentation.</see></para>
1594
+
/// <para><see href="https://www.elastic.co/guide/en/elasticsearch/reference/8.6/point-in-time-api.html">Learn more about this API in the Elasticsearch documentation.</see></para>
0 commit comments