| Package | Description |
|---|---|
| org.apache.lucene.analysis.charfilter |
Normalization of text before the tokenizer.
|
| org.apache.lucene.analysis.commongrams |
Construct n-grams for frequently occurring terms and phrases.
|
| org.apache.lucene.analysis.compound |
A filter that decomposes compound words you find in many Germanic
languages into the word parts.
|
| org.apache.lucene.analysis.core |
Basic, general-purpose analysis components.
|
| org.apache.lucene.analysis.en |
Analyzer for English.
|
| org.apache.lucene.analysis.hunspell |
A Java implementation of Hunspell stemming and
spell-checking algorithms (
Hunspell), and a stemming
TokenFilter (HunspellStemFilter) based on it. |
| org.apache.lucene.analysis.miscellaneous |
Miscellaneous Tokenstreams.
|
| org.apache.lucene.analysis.pattern |
Set of components for pattern-based (regex) analysis.
|
| org.apache.lucene.analysis.payloads |
Provides various convenience classes for creating payloads on Tokens.
|
| org.apache.lucene.analysis.snowball |
TokenFilter and Analyzer implementations that use Snowball
stemmers. |
| org.apache.lucene.analysis.synonym |
Analysis components for Synonyms.
|
| org.apache.lucene.analysis.util |
Utility functions for text analysis.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MappingCharFilterFactory
Factory for
MappingCharFilter. |
| Modifier and Type | Class and Description |
|---|---|
class |
CommonGramsFilterFactory
Constructs a
CommonGramsFilter. |
class |
CommonGramsQueryFilterFactory
Construct
CommonGramsQueryFilter. |
| Modifier and Type | Class and Description |
|---|---|
class |
DictionaryCompoundWordTokenFilterFactory
Factory for
DictionaryCompoundWordTokenFilter. |
class |
HyphenationCompoundWordTokenFilterFactory
Factory for
HyphenationCompoundWordTokenFilter. |
| Modifier and Type | Class and Description |
|---|---|
class |
StopFilterFactory
Factory for
StopFilter. |
class |
TypeTokenFilterFactory
Factory class for
TypeTokenFilter. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractWordsFileFilterFactory
Abstract parent class for analysis factories that accept a stopwords file as input.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HunspellStemFilterFactory
TokenFilterFactory that creates instances of
HunspellStemFilter. |
| Modifier and Type | Class and Description |
|---|---|
class |
ConditionalTokenFilterFactory
Abstract parent class for analysis factories that create
ConditionalTokenFilter instances |
class |
KeepWordFilterFactory
Factory for
KeepWordFilter. |
class |
KeywordMarkerFilterFactory
Factory for
KeywordMarkerFilter. |
class |
ProtectedTermFilterFactory
Factory for a
ProtectedTermFilter |
class |
StemmerOverrideFilterFactory
Factory for
StemmerOverrideFilter. |
class |
WordDelimiterFilterFactory
Deprecated.
Use
WordDelimiterGraphFilterFactory instead: it produces a correct
token graph so that e.g. PhraseQuery works correctly when it's used in
the search time analyzer. |
class |
WordDelimiterGraphFilterFactory
Factory for
WordDelimiterGraphFilter. |
| Modifier and Type | Class and Description |
|---|---|
class |
PatternTypingFilterFactory
Provides a filter that will analyze tokens with the analyzer from an arbitrary field type.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DelimitedPayloadTokenFilterFactory
Factory for
DelimitedPayloadTokenFilter. |
| Modifier and Type | Class and Description |
|---|---|
class |
SnowballPorterFilterFactory
Factory for
SnowballFilter, with configurable language |
| Modifier and Type | Class and Description |
|---|---|
class |
SynonymFilterFactory
Deprecated.
Use
SynonymGraphFilterFactory instead, but be sure to also
use FlattenGraphFilterFactory at index time (not at search time) as well. |
class |
SynonymGraphFilterFactory
Factory for
SynonymGraphFilter. |
| Modifier and Type | Class and Description |
|---|---|
class |
ElisionFilterFactory
Factory for
ElisionFilter. |
Copyright © 2000-2024 Apache Software Foundation. All Rights Reserved.