Skip to content

Commit 8d8a678

Browse files
committed
[API] Adds keep_alive Time parameter to async_search.submit
1 parent c894b6b commit 8d8a678

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

elasticsearch-api/lib/elasticsearch/api/actions/async_search/submit.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ module Actions
2727
# @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
2828
# @option arguments [Time] :wait_for_completion_timeout Specify the time that the request should block waiting for the final response
2929
# @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
3031
# @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.
3132
# @option arguments [Boolean] :request_cache Specify if request cache should be used for this request or not, defaults to true
3233
# @option arguments [String] :analyzer The analyzer to use for the query string

0 commit comments

Comments
 (0)