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