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
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,7 @@ module Actions
27
27
# @option arguments [List] :index A comma-separated list of index names to search; use `_all` or empty string to perform the operation on all indices
28
28
# @option arguments [Time] :wait_for_completion_timeout Specify the time that the request should block waiting for the final response
29
29
# @option arguments [Boolean] :keep_on_completion Control whether the response should be stored in the cluster if it completed within the provided [wait_for_completion] time (default: false)
30
+
# @option arguments [Time] :keep_alive Update the time interval in which the results (partial or final) for this search will be available
30
31
# @option arguments [Number] :batched_reduce_size The number of shard results that should be reduced at once on the coordinating node. This value should be used as the granularity at which progress results will be made available.
31
32
# @option arguments [Boolean] :request_cache Specify if request cache should be used for this request or not, defaults to true
32
33
# @option arguments [String] :analyzer The analyzer to use for the query string
0 commit comments