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.
NOTE: This API is for internal purposes only and might change in incompatible ways in the next release.
  • Constructor Details

    • BytesTermAttributeImpl

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