Browse Source

Fixing cut-in-middle paragraph (#21850)

Itamar Syn-Hershko 9 years ago
parent
commit
c3a95a6666
1 changed files with 2 additions and 1 deletions
  1. 2 1
      docs/reference/docs/multi-termvectors.asciidoc

+ 2 - 1
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 <<docs-termvectors,termvectors>>