Interface BytesTermAttribute

All Superinterfaces:
Attribute, TermToBytesRefAttribute
All Known Implementing Classes:
BytesTermAttributeImpl

public interface BytesTermAttribute extends TermToBytesRefAttribute
This attribute can be used if you have the raw term bytes to be indexed. It can be used as replacement for CharTermAttribute, if binary terms should be indexed.
  • Method Details