Fixing cut-in-middle paragraph (#21850)

This commit is contained in:
Itamar Syn-Hershko 2016-11-29 14:59:52 +02:00 committed by Clinton Gormley
parent f5ff69fabe
commit c3a95a6666
1 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,8 @@
Multi termvectors API allows to get multiple termvectors at once. The
documents from which to retrieve the term vectors are specified by an index,
type and id. But the documents could also be artificially provided
type and id. But the documents could also be artificially provided in the request itself.
The response includes a `docs`
array with all the fetched termvectors, each element having the structure
provided by the <<docs-termvectors,termvectors>>