True if terms are stored as term vector together with their offsets (start and end positon in source text).

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

Syntax

C#
bool IsStoreOffsetWithTermVector()
Visual Basic
Function IsStoreOffsetWithTermVector As Boolean
Visual C++
bool IsStoreOffsetWithTermVector()

Return Value

[Missing <returns> documentation for "M:Lucene.Net.Documents.Fieldable.IsStoreOffsetWithTermVector"]

See Also