Package | Description |
---|---|
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
|
org.apache.lucene.analysis.fa |
Analyzer for Persian.
|
Modifier and Type | Class | Description |
---|---|---|
class |
BaseCharFilter |
Base utility class for implementing a
CharFilter . |
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 | Description |
---|---|---|
class |
HTMLStripCharFilter |
A CharFilter that wraps another Reader and attempts to strip out HTML constructs.
|
Modifier and Type | Class | Description |
---|---|---|
class |
PersianCharFilter |
CharFilter that replaces instances of Zero-width non-joiner with an
ordinary space.
|
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.