lib/elasticsearch/api/actions/indices/recovery.rb in elasticsearch-api-7.0.0 vs lib/elasticsearch/api/actions/indices/recovery.rb in elasticsearch-api-7.1.0
- old
+ new
@@ -36,10 +36,10 @@
#
# @option arguments [List] :index A comma-separated list of index names; use `_all` or empty string to perform the operation on all indices
# @option arguments [Boolean] :detailed Whether to display detailed information about shard recovery
# @option arguments [Boolean] :active_only Display only those recoveries that are currently on-going
#
- # @see http://www.elasticsearch.org/guide/en/elasticsearch/reference/master/indices-recovery.html
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-recovery.html
#
def recovery(arguments={})
method = HTTP_GET
path = Utils.__pathify Utils.__listify(arguments[:index]), '_recovery'
params = Utils.__validate_and_extract_params arguments, ParamsRegistry.get(__method__)