From c3a95a66660330e4359c49f5fb6f35d7e12ee264 Mon Sep 17 00:00:00 2001 From: Itamar Syn-Hershko Date: Tue, 29 Nov 2016 14:59:52 +0200 Subject: [PATCH] Fixing cut-in-middle paragraph (#21850) --- docs/reference/docs/multi-termvectors.asciidoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/reference/docs/multi-termvectors.asciidoc b/docs/reference/docs/multi-termvectors.asciidoc index 1c0ff7f9bb7..c3a414211dd 100644 --- a/docs/reference/docs/multi-termvectors.asciidoc +++ b/docs/reference/docs/multi-termvectors.asciidoc @@ -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 <>