Apache Lucene.Net 2.1 Class Library API

AbstractField.IsStoreOffsetWithTermVector Method 

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

public virtual bool IsStoreOffsetWithTermVector();

Implements

Fieldable.IsStoreOffsetWithTermVector

See Also

AbstractField Class | Lucene.Net.Documents Namespace