lib/elasticsearch/api/actions/indices/forcemerge.rb in elasticsearch-api-8.9.0 vs lib/elasticsearch/api/actions/indices/forcemerge.rb in elasticsearch-api-8.10.0
- old
+ new
@@ -32,10 +32,10 @@
# @option arguments [Number] :max_num_segments The number of segments the index should be merged into (default: dynamic)
# @option arguments [Boolean] :only_expunge_deletes Specify whether the operation should only expunge deleted documents
# @option arguments [Boolean] :wait_for_completion Should the request wait until the force merge is completed.
# @option arguments [Hash] :headers Custom HTTP headers
#
- # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.9/indices-forcemerge.html
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.10/indices-forcemerge.html
#
def forcemerge(arguments = {})
arguments = arguments.clone
headers = arguments.delete(:headers) || {}