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
Copy file name to clipboardExpand all lines: src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/AsyncSearch/DeleteAsyncSearchRequest.g.cs
+12-6
Original file line number
Diff line number
Diff line change
@@ -36,8 +36,10 @@ public sealed partial class DeleteAsyncSearchRequestParameters : RequestParamete
36
36
37
37
/// <summary>
38
38
/// <para>
39
-
/// Deletes an async search by identifier.
40
-
/// If the search is still running, the search request will be cancelled.
39
+
/// Delete an async search.
40
+
/// </para>
41
+
/// <para>
42
+
/// If the asynchronous search is still running, it is cancelled.
41
43
/// Otherwise, the saved search results are deleted.
42
44
/// If the Elasticsearch security features are enabled, the deletion of a specific async search is restricted to: the authenticated user that submitted the original search request; users that have the <c>cancel_task</c> cluster privilege.
43
45
/// </para>
@@ -59,8 +61,10 @@ public DeleteAsyncSearchRequest(Elastic.Clients.Elasticsearch.Serverless.Id id)
59
61
60
62
/// <summary>
61
63
/// <para>
62
-
/// Deletes an async search by identifier.
63
-
/// If the search is still running, the search request will be cancelled.
64
+
/// Delete an async search.
65
+
/// </para>
66
+
/// <para>
67
+
/// If the asynchronous search is still running, it is cancelled.
64
68
/// Otherwise, the saved search results are deleted.
65
69
/// If the Elasticsearch security features are enabled, the deletion of a specific async search is restricted to: the authenticated user that submitted the original search request; users that have the <c>cancel_task</c> cluster privilege.
/// If the search is still running, the search request will be cancelled.
101
+
/// Delete an async search.
102
+
/// </para>
103
+
/// <para>
104
+
/// If the asynchronous search is still running, it is cancelled.
99
105
/// Otherwise, the saved search results are deleted.
100
106
/// If the Elasticsearch security features are enabled, the deletion of a specific async search is restricted to: the authenticated user that submitted the original search request; users that have the <c>cancel_task</c> cluster privilege.
Copy file name to clipboardExpand all lines: src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/AsyncSearch/GetAsyncSearchRequest.g.cs
+12-3
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,10 @@ public sealed partial class GetAsyncSearchRequestParameters : RequestParameters
62
62
63
63
/// <summary>
64
64
/// <para>
65
-
/// Retrieves the results of a previously submitted async search request given its identifier.
65
+
/// Get async search results.
66
+
/// </para>
67
+
/// <para>
68
+
/// Retrieve the results of a previously submitted asynchronous search request.
66
69
/// If the Elasticsearch security features are enabled, access to the results of a specific async search is restricted to the user or API key that submitted it.
67
70
/// </para>
68
71
/// </summary>
@@ -113,7 +116,10 @@ public GetAsyncSearchRequest(Elastic.Clients.Elasticsearch.Serverless.Id id) : b
113
116
114
117
/// <summary>
115
118
/// <para>
116
-
/// Retrieves the results of a previously submitted async search request given its identifier.
119
+
/// Get async search results.
120
+
/// </para>
121
+
/// <para>
122
+
/// Retrieve the results of a previously submitted asynchronous search request.
117
123
/// If the Elasticsearch security features are enabled, access to the results of a specific async search is restricted to the user or API key that submitted it.
/// Retrieves the results of a previously submitted async search request given its identifier.
159
+
/// Get async search results.
160
+
/// </para>
161
+
/// <para>
162
+
/// Retrieve the results of a previously submitted asynchronous search request.
154
163
/// If the Elasticsearch security features are enabled, access to the results of a specific async search is restricted to the user or API key that submitted it.
@@ -652,10 +651,16 @@ public override void Write(Utf8JsonWriter writer, SubmitAsyncSearchRequest value
652
651
653
652
/// <summary>
654
653
/// <para>
655
-
/// Runs a search request asynchronously.
656
-
/// When the primary sort of the results is an indexed field, shards get sorted based on minimum and maximum value that they hold for that field, hence partial results become available following the sort criteria that was requested.
657
-
/// Warning: Async search does not support scroll nor search requests that only include the suggest section.
658
-
/// By default, Elasticsearch doesn’t allow you to store an async search response larger than 10Mb and an attempt to do this results in an error.
654
+
/// Run an async search.
655
+
/// </para>
656
+
/// <para>
657
+
/// When the primary sort of the results is an indexed field, shards get sorted based on minimum and maximum value that they hold for that field. Partial results become available following the sort criteria that was requested.
658
+
/// </para>
659
+
/// <para>
660
+
/// Warning: Asynchronous search does not support scroll or search requests that include only the suggest section.
661
+
/// </para>
662
+
/// <para>
663
+
/// By default, Elasticsearch does not allow you to store an async search response larger than 10Mb and an attempt to do this results in an error.
659
664
/// The maximum allowed size for a stored async search response can be set by changing the <c>search.max_async_search_response_size</c> cluster level setting.
660
665
/// </para>
661
666
/// </summary>
@@ -799,8 +804,6 @@ public SubmitAsyncSearchRequest(Elastic.Clients.Elasticsearch.Serverless.Indices
@@ -1145,10 +1148,16 @@ public SubmitAsyncSearchRequest(Elastic.Clients.Elasticsearch.Serverless.Indices
1145
1148
1146
1149
/// <summary>
1147
1150
/// <para>
1148
-
/// Runs a search request asynchronously.
1149
-
/// When the primary sort of the results is an indexed field, shards get sorted based on minimum and maximum value that they hold for that field, hence partial results become available following the sort criteria that was requested.
1150
-
/// Warning: Async search does not support scroll nor search requests that only include the suggest section.
1151
-
/// By default, Elasticsearch doesn’t allow you to store an async search response larger than 10Mb and an attempt to do this results in an error.
1151
+
/// Run an async search.
1152
+
/// </para>
1153
+
/// <para>
1154
+
/// When the primary sort of the results is an indexed field, shards get sorted based on minimum and maximum value that they hold for that field. Partial results become available following the sort criteria that was requested.
1155
+
/// </para>
1156
+
/// <para>
1157
+
/// Warning: Asynchronous search does not support scroll or search requests that include only the suggest section.
1158
+
/// </para>
1159
+
/// <para>
1160
+
/// By default, Elasticsearch does not allow you to store an async search response larger than 10Mb and an attempt to do this results in an error.
1152
1161
/// The maximum allowed size for a stored async search response can be set by changing the <c>search.max_async_search_response_size</c> cluster level setting.
1153
1162
/// </para>
1154
1163
/// </summary>
@@ -1187,7 +1196,6 @@ public SubmitAsyncSearchRequestDescriptor()
/// When the primary sort of the results is an indexed field, shards get sorted based on minimum and maximum value that they hold for that field, hence partial results become available following the sort criteria that was requested.
2269
-
/// Warning: Async search does not support scroll nor search requests that only include the suggest section.
2270
-
/// By default, Elasticsearch doesn’t allow you to store an async search response larger than 10Mb and an attempt to do this results in an error.
2275
+
/// Run an async search.
2276
+
/// </para>
2277
+
/// <para>
2278
+
/// When the primary sort of the results is an indexed field, shards get sorted based on minimum and maximum value that they hold for that field. Partial results become available following the sort criteria that was requested.
2279
+
/// </para>
2280
+
/// <para>
2281
+
/// Warning: Asynchronous search does not support scroll or search requests that include only the suggest section.
2282
+
/// </para>
2283
+
/// <para>
2284
+
/// By default, Elasticsearch does not allow you to store an async search response larger than 10Mb and an attempt to do this results in an error.
2271
2285
/// The maximum allowed size for a stored async search response can be set by changing the <c>search.max_async_search_response_size</c> cluster level setting.
2272
2286
/// </para>
2273
2287
/// </summary>
@@ -2306,7 +2320,6 @@ public SubmitAsyncSearchRequestDescriptor()
Copy file name to clipboardExpand all lines: src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/DeleteByQueryRethrottleRequest.g.cs
+10-2
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,11 @@ public sealed partial class DeleteByQueryRethrottleRequestParameters : RequestPa
42
42
43
43
/// <summary>
44
44
/// <para>
45
-
/// Changes the number of requests per second for a particular Delete By Query operation.
45
+
/// Throttle a delete by query operation.
46
+
/// </para>
47
+
/// <para>
48
+
/// Change the number of requests per second for a particular delete by query operation.
49
+
/// Rethrottling that speeds up the query takes effect immediately but rethrotting that slows down the query takes effect after completing the current batch to prevent scroll timeouts.
@@ -70,7 +74,11 @@ public DeleteByQueryRethrottleRequest(Elastic.Clients.Elasticsearch.Serverless.T
70
74
71
75
/// <summary>
72
76
/// <para>
73
-
/// Changes the number of requests per second for a particular Delete By Query operation.
77
+
/// Throttle a delete by query operation.
78
+
/// </para>
79
+
/// <para>
80
+
/// Change the number of requests per second for a particular delete by query operation.
81
+
/// Rethrottling that speeds up the query takes effect immediately but rethrotting that slows down the query takes effect after completing the current batch to prevent scroll timeouts.
0 commit comments