lib/elasticsearch/api/actions/search_template.rb in elasticsearch-api-7.0.0 vs lib/elasticsearch/api/actions/search_template.rb in elasticsearch-api-7.1.0
- old
+ new
@@ -50,10 +50,10 @@
# @option arguments [Boolean] :profile Specify whether to profile the query execution
# @option arguments [Boolean] :typed_keys Specify whether aggregation and suggester names should be prefixed by their respective types in the response
# @option arguments [Boolean] :rest_total_hits_as_int Indicates whether hits.total should be rendered as an integer or an object in the rest search response
# @option arguments [Boolean] :ccs_minimize_roundtrips Indicates whether network round-trips should be minimized as part of cross-cluster search requests execution
#
- # @see http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/search-template.html
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/current/search-template.html
#
def search_template(arguments={})
method = HTTP_GET
path = Utils.__pathify( Utils.__listify(arguments[:index]), Utils.__listify(arguments[:type]), '_search/template' )
params = Utils.__validate_and_extract_params arguments, ParamsRegistry.get(__method__)