lib/elasticsearch/api/actions/termvectors.rb in elasticsearch-api-8.8.0 vs lib/elasticsearch/api/actions/termvectors.rb in elasticsearch-api-8.9.0

- old
+ new

@@ -37,10 +37,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.8/docs-termvectors.html + # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.9/docs-termvectors.html # def termvectors(arguments = {}) raise ArgumentError, "Required argument 'index' missing" unless arguments[:index] arguments = arguments.clone