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.

Namespace: Lucene.Net.Documents
Assembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1

Syntax

C#
public static readonly Field..::..TermVector YES
Visual Basic
Public Shared ReadOnly YES As Field..::..TermVector
Visual C++
public:
static initonly Field..::..TermVector^ YES

See Also