Uses of Class
org.apache.lucene.analysis.charfilter.BaseCharFilter
Packages that use BaseCharFilter
Package
Description
Normalization of text before the tokenizer.
Analyzer for Chinese, Japanese, and Korean, which indexes bigrams.
Set of components for pattern-based (regex) analysis.
-
Uses of BaseCharFilter in org.apache.lucene.analysis.charfilter
Subclasses of BaseCharFilter in org.apache.lucene.analysis.charfilterModifier and TypeClassDescriptionfinal class
A CharFilter that wraps another Reader and attempts to strip out HTML constructs.class
SimplisticCharFilter
that applies the mappings contained in aNormalizeCharMap
to the character stream, and correcting the resulting changes to the offsets. -
Uses of BaseCharFilter in org.apache.lucene.analysis.cjk
Subclasses of BaseCharFilter in org.apache.lucene.analysis.cjkModifier and TypeClassDescriptionclass
ACharFilter
that normalizes CJK width differences: Folds fullwidth ASCII variants into the equivalent basic latin Folds halfwidth Katakana variants into the equivalent kana -
Uses of BaseCharFilter in org.apache.lucene.analysis.pattern
Subclasses of BaseCharFilter in org.apache.lucene.analysis.patternModifier and TypeClassDescriptionclass
CharFilter that uses a regular expression for the target of replace string.