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