소스 검색

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>>