lib/elasticsearch/api/actions/termvectors.rb in elasticsearch-api-8.1.2 vs lib/elasticsearch/api/actions/termvectors.rb in elasticsearch-api-8.2.0
- old
+ new
@@ -34,10 +34,10 @@
# @option arguments [Number] :version Explicit version number for concurrency control
# @option arguments [String] :version_type Specific version type (options: internal, external, external_gte)
# @option arguments [Hash] :headers Custom HTTP headers
# @option arguments [Hash] :body Define parameters and or supply a document to get termvectors for. See documentation.
#
- # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.1/docs-termvectors.html
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.2/docs-termvectors.html
#
def termvectors(arguments = {})
raise ArgumentError, "Required argument 'index' missing" unless arguments[:index]
arguments = arguments.clone