File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
specification/_global/mtermvectors Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -55,8 +55,6 @@ actions:
5555 externalDocs :
5656 description : Reading and writing documents
5757 url : https://www.elastic.co/guide/en/elasticsearch/reference/master/docs-replication.html
58- - name : mtermvectors
59- x-displayName : Document - Multi term vectors
6058 - name : delete_by_query_rethrottle
6159 x-displayName : Document - Rethrottle delete by query
6260 - name : update_by_query_rethrottle
Original file line number Diff line number Diff line change @@ -29,9 +29,17 @@ import {
2929import { Operation } from './types'
3030
3131/**
32+ * Get multiple term vectors.
33+ *
34+ * Get multiple term vectors with a single request.
35+ * You can specify existing documents by index and ID or provide artificial documents in the body of the request.
36+ * You can specify the index in the request body or request URI.
37+ * The response contains a `docs` array with all the fetched termvectors.
38+ * Each element has the structure provided by the termvectors API.
3239 * @rest_spec_name mtermvectors
3340 * @availability stack stability=stable
3441 * @availability serverless stability=stable visibility=public
42+ * @doc_tag document
3543 */
3644export interface Request extends RequestBase {
3745 path_parts : {
You can’t perform that action at this time.
0 commit comments