|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FilteringTokenFilter | |
|---|---|
| org.apache.lucene.analysis | API and code to convert text into indexable/searchable tokens. |
| org.apache.lucene.analysis.ja | Analyzer for Japanese. |
| Uses of FilteringTokenFilter in org.apache.lucene.analysis |
|---|
| Subclasses of FilteringTokenFilter in org.apache.lucene.analysis | |
|---|---|
class |
LengthFilter
Removes words that are too long or too short from the stream. |
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.ja |
|---|
| Subclasses of FilteringTokenFilter in org.apache.lucene.analysis.ja | |
|---|---|
class |
JapanesePartOfSpeechStopFilter
Removes tokens that match a set of part-of-speech tags. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||