Skip to content

Commit cb5210a

Browse files
committed
[API] Adds allow_partial_search_results parameter to open_point_in_time
1 parent 6c22a75 commit cb5210a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

elasticsearch-api/lib/elasticsearch/api/actions/open_point_in_time.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ module Actions
2929
# @option arguments [Boolean] :ignore_unavailable Whether specified concrete indices should be ignored when unavailable (missing or closed)
3030
# @option arguments [String] :expand_wildcards Whether to expand wildcard expression to concrete indices that are open, closed or both. (options: open, closed, hidden, none, all)
3131
# @option arguments [String] :keep_alive Specific the time to live for the point in time (*Required*)
32+
# @option arguments [Boolean] :allow_partial_search_results Specify whether to tolerate shards missing when creating the point-in-time, or otherwise throw an exception. (default: false)
3233
# @option arguments [Hash] :headers Custom HTTP headers
3334
# @option arguments [Hash] :body An index_filter specified with the Query DSL
3435
#

0 commit comments

Comments
 (0)