Uses of Class
org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl
-
Packages that use CharTermAttributeImpl Package Description org.apache.lucene.analysis API and code to convert text into indexable/searchable tokens.org.apache.lucene.analysis.tokenattributes UsefulAttributes for text analysis. -
-
Uses of CharTermAttributeImpl in org.apache.lucene.analysis
Subclasses of CharTermAttributeImpl in org.apache.lucene.analysis Modifier and Type Class Description classTokenA Token is an occurrence of a term from the text of a field. -
Uses of CharTermAttributeImpl in org.apache.lucene.analysis.tokenattributes
Subclasses of CharTermAttributeImpl in org.apache.lucene.analysis.tokenattributes Modifier and Type Class Description classTermAttributeImplDeprecated.This class is not used anymore.
-