Property IsIgnoringPositions
IsIgnoringPositions
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.
Declaration
public virtual bool IsIgnoringPositions { get; }
Property Value
Type | Description |
---|---|
System.Boolean | false |