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
* Prep for 9.2.0 release
* Updated the client to 9.2.0 and ES version to 9.2.0-SNAPSHOT
* Updated github actions to 9.2
* Fixed an issue with missing Content-Type + fixed tests generator
Copy file name to clipboardExpand all lines: src/Endpoints/AsyncSearch.php
+10-9Lines changed: 10 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -29,9 +29,9 @@
29
29
class AsyncSearch extends AbstractEndpoint
30
30
{
31
31
/**
32
-
* 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.
@@ -177,6 +177,7 @@ public function status(?array $params = null)
177
177
* expand_wildcards?: string, // Whether to expand wildcard expression to concrete indices that are open, closed or both.
178
178
* lenient?: bool, // Specify whether format-based query failures (such as providing text to a numeric field) should be ignored
179
179
* preference?: string, // Specify the node or shard the operation should be performed on (default: random)
180
+
* project_routing?: string, // A Lucene query using project metadata tags to limit which projects to search, such as _alias:_origin or _alias:*pr*. Only supported in serverless.
180
181
* rest_total_hits_as_int?: bool, // Indicates whether hits.total should be rendered as an integer or an object in the rest search response
181
182
* q?: string, // Query in the Lucene query string syntax
182
183
* routing?: string|array<string>, // A comma-separated list of specific routing values
@@ -224,7 +225,7 @@ public function submit(?array $params = null)
* name: string, // (REQUIRED) the name of the autoscaling policy
@@ -69,9 +69,9 @@ public function deleteAutoscalingPolicy(?array $params = null)
69
69
70
70
71
71
/**
72
-
* Gets the current autoscaling capacity based on the configured autoscaling policy. Designed for indirect use by ECE/ESS and ECK. Direct use is not supported.
0 commit comments