| Class | Description |
|---|---|
| EnglishAnalyzer |
Analyzer for English. |
| EnglishMinimalStemFilter |
A
TokenFilter that applies EnglishMinimalStemmer to stem
English words. |
| EnglishMinimalStemFilterFactory |
Factory for
EnglishMinimalStemFilter. |
| EnglishMinimalStemmer |
Minimal plural stemmer for English.
|
| EnglishPossessiveFilter |
TokenFilter that removes possessives (trailing 's) from words.
|
| EnglishPossessiveFilterFactory |
Factory for
EnglishPossessiveFilter. |
| KStemFilter |
A high-performance kstem filter for english.
|
| KStemFilterFactory |
Factory for
KStemFilter. |
| KStemmer |
This class implements the Kstem algorithm
|
| PorterStemFilter |
Transforms the token stream as per the Porter stemming algorithm.
|
| PorterStemFilterFactory |
Factory for
PorterStemFilter. |
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.