Skip to content

Commit

Permalink
[API] Adds allow_partial_search_results parameter to open_point_in_time
Browse files Browse the repository at this point in the history
  • Loading branch information
picandocodigo committed Nov 25, 2024
1 parent 6c22a75 commit 7503b36
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ module Actions
# @option arguments [Boolean] :ignore_unavailable Whether specified concrete indices should be ignored when unavailable (missing or closed)
# @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)
# @option arguments [String] :keep_alive Specific the time to live for the point in time (*Required*)
# @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)
# @option arguments [Hash] :headers Custom HTTP headers
# @option arguments [Hash] :body An index_filter specified with the Query DSL
#
Expand Down

0 comments on commit 7503b36

Please sign in to comment.