Uses of Class
org.apache.lucene.analysis.CharFilter
-
Packages that use CharFilter Package Description org.apache.lucene.analysis API and code to convert text into indexable/searchable tokens. -
-
Uses of CharFilter in org.apache.lucene.analysis
Subclasses of CharFilter in org.apache.lucene.analysis Modifier and Type Class Description classBaseCharFilterBase utility class for implementing aCharFilter.classMappingCharFilterSimplisticCharFilterthat applies the mappings contained in aNormalizeCharMapto the character stream, and correcting the resulting changes to the offsets.
-