lib/elasticsearch/api/actions/indices/flush.rb in elasticsearch-api-7.0.0 vs lib/elasticsearch/api/actions/indices/flush.rb in elasticsearch-api-7.1.0

- old
+ new

@@ -36,10 +36,10 @@ # are open, closed or both. (options: open, closed) # @option arguments [Boolean] :ignore_unavailable Whether specified concrete indices should be ignored when # unavailable (missing, closed, etc) # @option arguments [Boolean] :wait_if_ongoing If set to true the flush operation will block until the flush can be executed if another flush operation is already executing. If set to false the flush will be skipped if another flush operation is already running. (Default: true) # - # @see http://www.elasticsearch.org/guide/reference/api/admin-indices-flush/ + # @see https://www.elastic.co/guide/reference/api/admin-indices-flush/ # def flush(arguments={}) method = HTTP_POST path = Utils.__pathify Utils.__listify(arguments[:index]), '_flush'