Interface PositionIncrementsAttribute
-
- All Superinterfaces:
org.apache.lucene.util.Attribute
- All Known Implementing Classes:
PositionIncrementsAttributeImpl
@Deprecated public interface PositionIncrementsAttribute extends org.apache.lucene.util.Attribute
Deprecated.This attribute is used byAnalyzerQueryNodeProcessor
processor and must be defined in theQueryConfigHandler
. This attribute tells the processor if the position increment is enabled.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description boolean
isPositionIncrementsEnabled()
Deprecated.void
setPositionIncrementsEnabled(boolean positionIncrementsEnabled)
Deprecated.
-