lib/elasticsearch/api/actions/indices/forcemerge.rb in elasticsearch-api-7.14.1 vs lib/elasticsearch/api/actions/indices/forcemerge.rb in elasticsearch-api-7.15.0

- old
+ new

@@ -28,10 +28,10 @@ # @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 [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 [Hash] :headers Custom HTTP headers # - # @see https://www.elastic.co/guide/en/elasticsearch/reference/7.14/indices-forcemerge.html + # @see https://www.elastic.co/guide/en/elasticsearch/reference/7.15/indices-forcemerge.html # def forcemerge(arguments = {}) headers = arguments.delete(:headers) || {} arguments = arguments.clone