Uses of Interface
org.apache.lucene.analysis.tokenattributes.TermToBytesRefAttribute
-
Packages that use TermToBytesRefAttribute Package Description org.apache.lucene.analysis.miscellaneous org.apache.lucene.analysis.tokenattributes -
-
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 classCharTermAttributeImplDefault implementation ofCharTermAttribute.classPackedTokenAttributeImplDefault implementation of the common attributes used by Lucene:CharTermAttributeTypeAttributePositionIncrementAttributePositionLengthAttributeOffsetAttributeTermFrequencyAttribute
-