lib/elasticsearch/api/actions/mtermvectors.rb in elasticsearch-api-7.9.0.pre vs lib/elasticsearch/api/actions/mtermvectors.rb in elasticsearch-api-7.9.0

- old
+ new

@@ -31,21 +31,19 @@ # @option arguments [Boolean] :payloads Specifies if term payloads should be returned. Applies to all returned documents unless otherwise specified in body "params" or "docs". # @option arguments [String] :preference Specify the node or shard the operation should be performed on (default: random) .Applies to all returned documents unless otherwise specified in body "params" or "docs". # @option arguments [String] :routing Specific routing value. Applies to all returned documents unless otherwise specified in body "params" or "docs". # @option arguments [Boolean] :realtime Specifies if requests are real-time as opposed to near-real-time (default: true). # @option arguments [Number] :version Explicit version number for concurrency control - # @option arguments [String] :version_type Specific version type - # (options: internal,external,external_gte,force) - + # @option arguments [String] :version_type Specific version type (options: internal, external, external_gte, force) # @option arguments [Hash] :headers Custom HTTP headers # @option arguments [Hash] :body Define ids, documents, parameters or a list of parameters per document here. You must at least provide a list of document ids. See documentation. # # *Deprecation notice*: # Specifying types in urls has been deprecated # Deprecated since version 7.0.0 # # - # @see https://www.elastic.co/guide/en/elasticsearch/reference/7.x/docs-multi-termvectors.html + # @see https://www.elastic.co/guide/en/elasticsearch/reference/7.9/docs-multi-termvectors.html # def mtermvectors(arguments = {}) headers = arguments.delete(:headers) || {} arguments = arguments.clone