Class KeywordAttributeImpl

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

public final class KeywordAttributeImpl extends AttributeImpl implements KeywordAttribute
Default implementation of KeywordAttribute.
  • Constructor Details

    • KeywordAttributeImpl

      public KeywordAttributeImpl()
      Initialize this attribute with the keyword value as false.
  • Method Details