Store the term vector + Token position and offset information

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

Syntax

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

See Also