Skip to content

Commit c5c192c

Browse files
committed
[OpenAPI] Edit multi term vectors API
1 parent 6430924 commit c5c192c

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

docs/overlays/elasticsearch-shared-overlays.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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

specification/_global/mtermvectors/MultiTermVectorsRequest.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,17 @@ import {
2929
import { 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
*/
3644
export interface Request extends RequestBase {
3745
path_parts: {

0 commit comments

Comments
 (0)