Procházet zdrojové kódy

Correct term-vectors.asciidoc

relates to #33447
Mayya Sharipova před 7 roky
rodič
revize
3211760e2c

+ 0 - 32
docs/java-rest/high-level/document/term-vectors.asciidoc

@@ -100,35 +100,3 @@ include-tagged::{doc-tests-file}[{api}-term-vectors]
 <14> Start offset of the token
 <15> End offset of the token
 <16> Payload of the token
-
-
-[id="{upid}-{api}-response"]
-==== TermVectorsResponse
-
-The `TermVectorsResponse` contains the following information:
-
-["source","java",subs="attributes,callouts,macros"]
---------------------------------------------------
-include-tagged::{doc-tests-file}[{api}-response]
---------------------------------------------------
-<1> The index name of the document.
-<2> The type name of the document.
-<3> The id of the document.
-<4> Indicates whether or not the document found.
-<5> Indicates whether or not there are term vectors for this document.
-<6> The list of `TermVector` for the document
-<7> The name of the current field
-<8> Fields statistics for the current field - document count
-<9> Fields statistics for the current field - sum of total term frequencies
-<10> Fields statistics for the current field - sum of document frequencies
-<11> Terms for the current field
-<12> The name of the term
-<13> Term frequency of the term
-<14> Document frequency of the term
-<15> Total term frequency of the term
-<16> Score of the term
-<17> Tokens of the term
-<18> Position of the token
-<19> Start offset of the token
-<20> End offset of the token
-<21> Payload of the token