|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BaseCharFilter | |
---|---|
org.apache.lucene.analysis | API and code to convert text into indexable/searchable tokens. |
org.apache.lucene.analysis.charfilter | CharFilters: process text before the Tokenizer |
Uses of BaseCharFilter in org.apache.lucene.analysis |
---|
Subclasses of BaseCharFilter in org.apache.lucene.analysis | |
---|---|
class |
MappingCharFilter
Simplistic CharFilter that applies the mappings
contained in a NormalizeCharMap to the character
stream, and correcting the resulting changes to the
offsets. |
Uses of BaseCharFilter in org.apache.lucene.analysis.charfilter |
---|
Subclasses of BaseCharFilter in org.apache.lucene.analysis.charfilter | |
---|---|
class |
HTMLStripCharFilter
A CharFilter that wraps another Reader and attempts to strip out HTML constructs. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |