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.

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

Syntax

C#
public virtual bool IsIgnoringPositions()
Visual Basic
Public Overridable Function IsIgnoringPositions As Boolean
Visual C++
public:
virtual bool IsIgnoringPositions()

Return Value

false

See Also