Interface BytesTermAttribute
-
- All Superinterfaces:
Attribute,TermToBytesRefAttribute
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 forCharTermAttribute, if binary terms should be indexed.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetBytesRef(BytesRef bytes)Sets theBytesRefof the term-
Methods inherited from interface org.apache.lucene.analysis.tokenattributes.TermToBytesRefAttribute
getBytesRef
-
-