lib/elasticsearch/api/actions/cat/fielddata.rb in elasticsearch-api-7.0.0 vs lib/elasticsearch/api/actions/cat/fielddata.rb in elasticsearch-api-7.1.0
- old
+ new
@@ -38,10 +38,10 @@
# @option arguments [List] :h Comma-separated list of column names to display
# @option arguments [Boolean] :help Return help information
# @option arguments [Boolean] :v Verbose mode. Display column headers
# @option arguments [List] :s Comma-separated list of column names or column aliases to sort by
#
- # @see http://www.elasticsearch.org/guide/en/elasticsearch/reference/master/cat-fielddata.html
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/master/cat-fielddata.html
#
def fielddata(arguments={})
fields = arguments.delete(:fields)
method = HTTP_GET