lib/elasticsearch/api/actions/search_template.rb in elasticsearch-api-7.5.0 vs lib/elasticsearch/api/actions/search_template.rb in elasticsearch-api-7.6.0.pre

- old
+ new

@@ -23,10 +23,11 @@ # @option arguments [Boolean] :explain Specify whether to return detailed information about score computation as part of a hit # @option arguments [Boolean] :profile Specify whether to profile the query execution # @option arguments [Boolean] :typed_keys Specify whether aggregation and suggester names should be prefixed by their respective types in the response # @option arguments [Boolean] :rest_total_hits_as_int Indicates whether hits.total should be rendered as an integer or an object in the rest search response + # @option arguments [Boolean] :ccs_minimize_roundtrips Indicates whether network round-trips should be minimized as part of cross-cluster search requests execution # @option arguments [Hash] :body The search definition template and its params (*Required*) # # *Deprecation notice*: # Specifying types in urls has been deprecated @@ -71,10 +72,11 @@ :scroll, :search_type, :explain, :profile, :typed_keys, - :rest_total_hits_as_int + :rest_total_hits_as_int, + :ccs_minimize_roundtrips ].freeze) end end end