Class TypeAttributeImpl

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

public class TypeAttributeImpl extends AttributeImpl implements TypeAttribute, Cloneable
Default implementation of TypeAttribute.
  • Constructor Details

    • TypeAttributeImpl

      public TypeAttributeImpl()
      Initialize this attribute with TypeAttribute.DEFAULT_TYPE
    • TypeAttributeImpl

      public TypeAttributeImpl(String type)
      Initialize this attribute with type
  • Method Details