Apache Lucene.Net 2.4.0 Class Library API

TermVectorMapper Constructor (Boolean, Boolean)

protected internal TermVectorMapper(
   bool ignoringPositions,
   bool ignoringOffsets
);

Parameters

ignoringPositions
true if this mapper should tell Lucene to ignore positions even if they are stored
ignoringOffsets
similar to ignoringPositions

See Also

TermVectorMapper Class | Lucene.Net.Index Namespace | TermVectorMapper Constructor Overload List