Apache Lucene.Net 2.4.0 Class Library API

TermVectorMapper.IsIgnoringPositions Method 

Indicate to Lucene that even if there are positions stored, this mapper is not interested in them and they can be skipped over. Derived classes should set this to true if they want to ignore positions. The default is false, meaning positions will be loaded if they are stored.

public virtual bool IsIgnoringPositions();

Return Value

false

See Also

TermVectorMapper Class | Lucene.Net.Index Namespace