Uses of Class
org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl
Packages that use CharTermAttributeImpl
Package
Description
Additional ICU-specific Attributes for text analysis.
General-purpose attributes for text analysis.
Custom
AttributeImpl
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.tokenattributesModifier and TypeClassDescriptionclass
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.tokenattributesModifier and TypeClassDescriptionclass
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 -
Uses of CharTermAttributeImpl in org.apache.lucene.collation.tokenattributes
Subclasses of CharTermAttributeImpl in org.apache.lucene.collation.tokenattributesModifier and TypeClassDescriptionclass
Extension ofCharTermAttributeImpl
that encodes the term text as a binary Unicode collation key instead of as UTF-8 bytes.