[DOCS] Fix typo (#67576)
Co-authored-by: James Rodewig <40268737+jrodewig@users.noreply.github.com>
This commit is contained in:
parent
b7be913fef
commit
310cd1bfeb
|
@ -40,7 +40,7 @@ POST /_mtermvectors
|
||||||
|
|
||||||
You can specify existing documents by index and ID or
|
You can specify existing documents by index and ID or
|
||||||
provide artificial documents in the body of the request.
|
provide artificial documents in the body of the request.
|
||||||
The index can be specified the body of the request or in the request URI.
|
You can specify the index in the request body or request URI.
|
||||||
|
|
||||||
The response contains a `docs` array with all the fetched termvectors.
|
The response contains a `docs` array with all the fetched termvectors.
|
||||||
Each element has the structure provided by the <<docs-termvectors,termvectors>>
|
Each element has the structure provided by the <<docs-termvectors,termvectors>>
|
||||||
|
|
Loading…
Reference in New Issue