Package | Description |
---|---|
org.apache.lucene.analysis.charfilter |
Normalization of text before the tokenizer.
|
org.apache.lucene.analysis.fa |
Analyzer for Persian.
|
org.apache.lucene.analysis.pattern |
Set of components for pattern-based (regex) analysis.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseCharFilter
Base utility class for implementing a
CharFilter . |
class |
HTMLStripCharFilter
A CharFilter that wraps another Reader and attempts to strip out HTML constructs.
|
class |
MappingCharFilter
Simplistic
CharFilter that applies the mappings
contained in a NormalizeCharMap to the character
stream, and correcting the resulting changes to the
offsets. |
Modifier and Type | Class and Description |
---|---|
class |
PersianCharFilter
CharFilter that replaces instances of Zero-width non-joiner with an
ordinary space.
|
Modifier and Type | Method and Description |
---|---|
CharFilter |
PersianCharFilterFactory.create(Reader input) |
Modifier and Type | Class and Description |
---|---|
class |
PatternReplaceCharFilter
CharFilter that uses a regular expression for the target of replace string.
|
Modifier and Type | Method and Description |
---|---|
CharFilter |
PatternReplaceCharFilterFactory.create(Reader input) |
Copyright © 2000-2016 The Apache Software Foundation. All Rights Reserved.