Class SentenceAttributeImpl

java.lang.Object
org.apache.lucene.util.AttributeImpl
org.apache.lucene.analysis.tokenattributes.SentenceAttributeImpl
All Implemented Interfaces:
Cloneable, SentenceAttribute, Attribute

public class SentenceAttributeImpl extends AttributeImpl implements SentenceAttribute
Default implementation of SentenceAttribute.

The current implementation is coincidentally identical to FlagsAttributeImpl It was decided to keep it separate because this attribute will NOT be an implied bitmap. Also, this class may hold other sentence specific data in the future.