lib/elasticsearch/api/actions/field_caps.rb in elasticsearch-api-7.16.3 vs lib/elasticsearch/api/actions/field_caps.rb in elasticsearch-api-7.17.0

- old
+ new

@@ -27,10 +27,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 [Boolean] :include_unmapped Indicates whether unmapped fields should be included in the response. # @option arguments [Hash] :headers Custom HTTP headers # @option arguments [Hash] :body An index filter specified with the Query DSL # - # @see https://www.elastic.co/guide/en/elasticsearch/reference/7.16/search-field-caps.html + # @see https://www.elastic.co/guide/en/elasticsearch/reference/7.17/search-field-caps.html # def field_caps(arguments = {}) headers = arguments.delete(:headers) || {} arguments = arguments.clone