Class BytesTermAttributeImpl

java.lang.Object
org.apache.lucene.util.AttributeImpl
org.apache.lucene.analysis.tokenattributes.BytesTermAttributeImpl
All Implemented Interfaces:
Cloneable, BytesTermAttribute, TermToBytesRefAttribute, Attribute

public class BytesTermAttributeImpl extends AttributeImpl implements BytesTermAttribute, TermToBytesRefAttribute
Implementation class for BytesTermAttribute.
  • Field Details

  • Constructor Details

    • BytesTermAttributeImpl

      public BytesTermAttributeImpl()
      Initialize this attribute with no bytes.
  • Method Details