Interface DisableGraphAttribute
- All Superinterfaces:
org.apache.lucene.util.Attribute
- All Known Implementing Classes:
DisableGraphAttributeImpl
public interface DisableGraphAttribute
extends org.apache.lucene.util.Attribute
This attribute can be used to indicate that the
PositionLengthAttribute
should not be taken in account in this TokenStream
.
Query parsers can extract this information to decide if this token stream should be analyzed
as a graph or not.