Convenience declaration when creating a {@link Lucene.Net.Index.TermPositionVector} that stores only position information.

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

Syntax

C#
[NonSerializedAttribute]
public static readonly TermVectorOffsetInfo[] EMPTY_OFFSET_INFO
Visual Basic
<NonSerializedAttribute> _
Public Shared ReadOnly EMPTY_OFFSET_INFO As TermVectorOffsetInfo()
Visual C++
[NonSerializedAttribute]
public:
static initonly array<TermVectorOffsetInfo^>^ EMPTY_OFFSET_INFO

See Also