浏览代码

Fixing cut-in-middle paragraph (#21850)

Itamar Syn-Hershko 9 年之前
父节点
当前提交
c3a95a6666
共有 1 个文件被更改,包括 2 次插入1 次删除
  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>>