public static final class CompletionTokenStream.ByteTermAttributeImpl extends org.apache.lucene.util.AttributeImpl implements CompletionTokenStream.ByteTermAttribute, org.apache.lucene.analysis.tokenattributes.TermToBytesRefAttribute
| Constructor and Description |
|---|
ByteTermAttributeImpl() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.lucene.util.BytesRefBuilder |
builder()
Return the builder from which the term is derived.
|
void |
clear() |
void |
copyTo(org.apache.lucene.util.AttributeImpl target) |
org.apache.lucene.util.BytesRef |
getBytesRef() |
void |
reflectWith(org.apache.lucene.util.AttributeReflector reflector) |
java.lang.CharSequence |
toUTF16() |
public org.apache.lucene.util.BytesRefBuilder builder()
CompletionTokenStream.ByteTermAttributebuilder in interface CompletionTokenStream.ByteTermAttributepublic org.apache.lucene.util.BytesRef getBytesRef()
getBytesRef in interface org.apache.lucene.analysis.tokenattributes.TermToBytesRefAttributepublic void clear()
clear in class org.apache.lucene.util.AttributeImplpublic void reflectWith(org.apache.lucene.util.AttributeReflector reflector)
reflectWith in class org.apache.lucene.util.AttributeImplpublic void copyTo(org.apache.lucene.util.AttributeImpl target)
copyTo in class org.apache.lucene.util.AttributeImplpublic java.lang.CharSequence toUTF16()
toUTF16 in interface CompletionTokenStream.ByteTermAttribute