Package | Description |
---|---|
org.apache.lucene.analysis |
Text analysis.
|
org.apache.lucene.analysis.charfilter |
Normalization of text before the tokenizer.
|
org.apache.lucene.analysis.fa |
Analyzer for Persian.
|
org.apache.lucene.analysis.icu |
Analysis components based on ICU
|
org.apache.lucene.analysis.ja |
Analyzer for Japanese.
|
org.apache.lucene.analysis.pattern |
Set of components for pattern-based (regex) analysis.
|
Modifier and Type | Class and Description |
---|---|
class |
MockCharFilter
the purpose of this charfilter is to send offsets out of bounds
if the analyzer doesn't use correctOffset or does incorrect offset math.
|
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(java.io.Reader input) |
Modifier and Type | Class and Description |
---|---|
class |
ICUNormalizer2CharFilter
Normalize token text with ICU's
Normalizer2 . |
Modifier and Type | Class and Description |
---|---|
class |
JapaneseIterationMarkCharFilter
Normalizes Japanese horizontal iteration marks (odoriji) to their expanded form.
|
Modifier and Type | Method and Description |
---|---|
CharFilter |
JapaneseIterationMarkCharFilterFactory.create(java.io.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(java.io.Reader input) |
Copyright © 2000–2019 The Apache Software Foundation. All rights reserved.