|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use FilteringTokenFilter | |
|---|---|
| org.apache.lucene.analysis.core | Basic, general-purpose analysis components. |
| org.apache.lucene.analysis.miscellaneous | Miscellaneous TokenStreams |
| Uses of FilteringTokenFilter in org.apache.lucene.analysis.core |
|---|
| Subclasses of FilteringTokenFilter in org.apache.lucene.analysis.core | |
|---|---|
class |
StopFilter
Removes stop words from a token stream. |
class |
TypeTokenFilter
Removes tokens whose types appear in a set of blocked types from a token stream. |
| Uses of FilteringTokenFilter in org.apache.lucene.analysis.miscellaneous |
|---|
| Subclasses of FilteringTokenFilter in org.apache.lucene.analysis.miscellaneous | |
|---|---|
class |
CodepointCountFilter
Removes words that are too long or too short from the stream. |
class |
KeepWordFilter
A TokenFilter that only keeps tokens with text contained in the required words. |
class |
LengthFilter
Removes words that are too long or too short from the stream. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||