Lucene.Net 1.9.1 Class Library

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