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

- old
+ new

@@ -34,10 +34,10 @@ # into no concrete indices. # (This includes `_all` or when no indices have been specified) # @option arguments [String] :expand_wildcards Whether to expand wildcard expression to concrete indices # that are open, closed or both. (options: open, closed) # - # @see http://www.elasticsearch.org/guide/en/elasticsearch/reference/master/search-shards.html + # @see https://www.elastic.co/guide/en/elasticsearch/reference/master/search-shards.html # def search_shards(arguments={}) method = HTTP_GET path = Utils.__pathify( Utils.__listify(arguments[:index]), Utils.__listify(arguments[:type]), '_search_shards' ) params = Utils.__validate_and_extract_params arguments, ParamsRegistry.get(__method__)