lib/elasticsearch/api/actions/update_by_query.rb in elasticsearch-api-8.1.2 vs lib/elasticsearch/api/actions/update_by_query.rb in elasticsearch-api-8.2.0
- old
+ new
@@ -54,10 +54,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.1/docs-update-by-query.html
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.2/docs-update-by-query.html
#
def update_by_query(arguments = {})
raise ArgumentError, "Required argument 'index' missing" unless arguments[:index]
arguments = arguments.clone