Skip to content

Commit

Permalink
Correct term-vectors.asciidoc
Browse files Browse the repository at this point in the history
relates to #33447
  • Loading branch information
mayya-sharipova authored and kcm committed Oct 30, 2018
1 parent 241cf40 commit 44db922
Showing 1 changed file with 0 additions and 32 deletions.
32 changes: 0 additions & 32 deletions docs/java-rest/high-level/document/term-vectors.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 44db922

Please sign in to comment.