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