Apache Lucene.Net 2.4.0 Class Library API

Field.TermVector.YES Field

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

public static readonly TermVector YES;

See Also

Field.TermVector Class | Lucene.Net.Documents Namespace