Apache Lucene.Net 2.4.0 Class Library API

Field.TermVector Fields

The fields of the Field.TermVector class are listed below. For a complete list of Field.TermVector class members, see the Field.TermVector Members topic.

Public Static Fields

NODo not store term vectors.
WITH_OFFSETS Store the term vector + Token offset information
WITH_POSITIONS Store the term vector + token position information
WITH_POSITIONS_OFFSETS Store the term vector + Token position and offset information
YESStore the term vectors of each document. A term vector is a list of the document's terms and their number of occurences in that document.

See Also

Field.TermVector Class | Lucene.Net.Documents Namespace