Uses of Class
org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl
-
Packages that use CharTermAttributeImpl Package Description org.apache.lucene.analysis.icu.tokenattributes Additional ICU-specific Attributes for text analysis.org.apache.lucene.analysis.tokenattributes General-purpose attributes for text analysis.org.apache.lucene.collation.tokenattributes CustomAttributeImpl
for indexing collation keys as index terms. -
-
Uses of CharTermAttributeImpl in org.apache.lucene.analysis.icu.tokenattributes
Subclasses of CharTermAttributeImpl in org.apache.lucene.analysis.icu.tokenattributes Modifier and Type Class Description class
ICUCollatedTermAttributeImpl
Extension ofCharTermAttributeImpl
that encodes the term text as a binary Unicode collation key instead of as UTF-8 bytes. -
Uses of CharTermAttributeImpl in org.apache.lucene.analysis.tokenattributes
Subclasses of CharTermAttributeImpl in org.apache.lucene.analysis.tokenattributes Modifier and Type Class Description class
PackedTokenAttributeImpl
Default implementation of the common attributes used by Lucene:CharTermAttribute
TypeAttribute
PositionIncrementAttribute
PositionLengthAttribute
OffsetAttribute
TermFrequencyAttribute
Methods in org.apache.lucene.analysis.tokenattributes that return CharTermAttributeImpl Modifier and Type Method Description CharTermAttributeImpl
CharTermAttributeImpl. clone()
-
Uses of CharTermAttributeImpl in org.apache.lucene.collation.tokenattributes
Subclasses of CharTermAttributeImpl in org.apache.lucene.collation.tokenattributes 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.
-