Package | Description |
---|---|
org.apache.lucene.analysis |
API and code to convert text into indexable/searchable tokens.
|
org.apache.lucene.analysis.ja |
Analyzer for Japanese.
|
Modifier and Type | Class | Description |
---|---|---|
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.
|
Modifier and Type | Class | Description |
---|---|---|
class |
JapanesePartOfSpeechStopFilter |
Removes tokens that match a set of part-of-speech tags.
|
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.