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: elasticsearch-api/lib/elasticsearch/api/actions/async_search/submit.rb
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -51,6 +51,13 @@ module Actions
51
51
# @option arguments [Boolean] :lenient Specify whether format-based query failures (such as providing text to a numeric field) should be ignored
52
52
# @option arguments [Integer] :max_concurrent_shard_requests The number of concurrent shard requests per node this search executes concurrently. This value should be used to limit the impact of the search on the cluster in order to limit the number of concurrent shard requests
53
53
# @option arguments [String] :preference Specify the node or shard the operation should be performed on (default: random)
54
+
# @option arguments [String] :project_routing Specifies a subset of projects to target for a search using project metadata
55
+
# tags in a subset Lucene syntax. Allowed Lucene queries: the _alias tag
56
+
# and a single value (possible wildcarded). Examples:
57
+
# _alias:my-project
58
+
# _alias:_origin
59
+
# _alias:*pr*
60
+
# Supported in serverless only.
54
61
# @option arguments [Boolean] :request_cache Specify if request cache should be used for this request or not, defaults to true Server default: true.
55
62
# @option arguments [String] :routing A comma-separated list of specific routing values
56
63
# @option arguments [String] :search_type Search operation type
0 commit comments