Uses of Interface
org.apache.lucene.analysis.tokenattributes.TermToBytesRefAttribute
-
Packages that use TermToBytesRefAttribute Package Description org.apache.lucene.analysis.miscellaneous Miscellaneous Tokenstreams.org.apache.lucene.analysis.tokenattributes General-purpose attributes for text analysis.org.apache.lucene.collation.tokenattributes CustomAttributeImpl
for indexing collation keys as index terms.org.apache.lucene.index Code to maintain and access indices. -
-
Uses of TermToBytesRefAttribute in org.apache.lucene.analysis.miscellaneous
Subinterfaces of TermToBytesRefAttribute in org.apache.lucene.analysis.miscellaneous Modifier and Type Interface Description static interface
ConcatenateGraphFilter.BytesRefBuilderTermAttribute
Attribute providing access to the term builder and UTF-16 conversionClasses in org.apache.lucene.analysis.miscellaneous that implement TermToBytesRefAttribute Modifier and Type Class Description static class
ConcatenateGraphFilter.BytesRefBuilderTermAttributeImpl
Implementation ofConcatenateGraphFilter.BytesRefBuilderTermAttribute
-
Uses of TermToBytesRefAttribute in org.apache.lucene.analysis.tokenattributes
Subinterfaces of TermToBytesRefAttribute in org.apache.lucene.analysis.tokenattributes Modifier and Type Interface Description interface
BytesTermAttribute
This attribute can be used if you have the raw term bytes to be indexed.Classes in org.apache.lucene.analysis.tokenattributes that implement TermToBytesRefAttribute Modifier and Type Class Description class
BytesTermAttributeImpl
Implementation class forBytesTermAttribute
.class
CharTermAttributeImpl
Default implementation ofCharTermAttribute
.class
PackedTokenAttributeImpl
Default implementation of the common attributes used by Lucene:CharTermAttribute
TypeAttribute
PositionIncrementAttribute
PositionLengthAttribute
OffsetAttribute
TermFrequencyAttribute
-
Uses of TermToBytesRefAttribute in org.apache.lucene.collation.tokenattributes
Classes in org.apache.lucene.collation.tokenattributes that implement TermToBytesRefAttribute Modifier and Type Class Description class
CollatedTermAttributeImpl
Extension ofCharTermAttributeImpl
that encodes the term text as a binary Unicode collation key instead of as UTF-8 bytes.class
ICUCollatedTermAttributeImpl
Extension ofCharTermAttributeImpl
that encodes the term text as a binary Unicode collation key instead of as UTF-8 bytes. -
Uses of TermToBytesRefAttribute in org.apache.lucene.index
Fields in org.apache.lucene.index declared as TermToBytesRefAttribute Modifier and Type Field Description (package private) TermToBytesRefAttribute
TermsHashPerField. termAtt
(package private) TermToBytesRefAttribute
FieldInvertState. termAttribute
-