From 7503b3654e5d1958cc43b9e52edc2147c653a496 Mon Sep 17 00:00:00 2001 From: Fernando Briano Date: Mon, 25 Nov 2024 16:54:48 +0000 Subject: [PATCH] [API] Adds allow_partial_search_results parameter to open_point_in_time --- .../lib/elasticsearch/api/actions/open_point_in_time.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/elasticsearch-api/lib/elasticsearch/api/actions/open_point_in_time.rb b/elasticsearch-api/lib/elasticsearch/api/actions/open_point_in_time.rb index c7f1ddcbb..2faaac0c8 100644 --- a/elasticsearch-api/lib/elasticsearch/api/actions/open_point_in_time.rb +++ b/elasticsearch-api/lib/elasticsearch/api/actions/open_point_in_time.rb @@ -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 #