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 CustomAttributeImplfor 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 interfaceConcatenateGraphFilter.BytesRefBuilderTermAttributeAttribute 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 classConcatenateGraphFilter.BytesRefBuilderTermAttributeImplImplementation 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 interfaceBytesTermAttributeThis 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 classBytesTermAttributeImplImplementation class forBytesTermAttribute.classCharTermAttributeImplDefault implementation ofCharTermAttribute.classPackedTokenAttributeImplDefault implementation of the common attributes used by Lucene:CharTermAttributeTypeAttributePositionIncrementAttributePositionLengthAttributeOffsetAttributeTermFrequencyAttribute -
Uses of TermToBytesRefAttribute in org.apache.lucene.collation.tokenattributes
Classes in org.apache.lucene.collation.tokenattributes that implement TermToBytesRefAttribute Modifier and Type Class Description classCollatedTermAttributeImplExtension ofCharTermAttributeImplthat encodes the term text as a binary Unicode collation key instead of as UTF-8 bytes.classICUCollatedTermAttributeImplExtension ofCharTermAttributeImplthat 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) TermToBytesRefAttributeFieldInvertState. termAttribute
-