The Field..::..TermVector type exposes the following members.

Fields

  NameDescription
Public fieldStatic memberNO
Do not store term vectors.
Public fieldStatic memberWITH_OFFSETS
Store the term vector + Token offset information
Public fieldStatic memberWITH_POSITIONS
Store the term vector + token position information
Public fieldStatic memberWITH_POSITIONS_OFFSETS
Store the term vector + Token position and offset information
Public fieldStatic memberYES
Store the term vectors of each document. A term vector is a list of the document's terms and their number of occurrences in that document.

See Also