lib/elasticsearch/api/actions/update_by_query.rb in elasticsearch-api-8.8.0 vs lib/elasticsearch/api/actions/update_by_query.rb in elasticsearch-api-8.9.0

- old
+ new

@@ -57,10 +57,10 @@ # @option arguments [Number] :requests_per_second The throttle to set on this request in sub-requests per second. -1 means no throttle. # @option arguments [Number|string] :slices The number of slices this task should be divided into. Defaults to 1, meaning the task isn't sliced into subtasks. Can be set to `auto`. # @option arguments [Hash] :headers Custom HTTP headers # @option arguments [Hash] :body The search definition using the Query DSL # - # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.8/docs-update-by-query.html + # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.9/docs-update-by-query.html # def update_by_query(arguments = {}) raise ArgumentError, "Required argument 'index' missing" unless arguments[:index] arguments = arguments.clone