Class | Description |
---|---|
KeywordAnalyzer |
An Analyzer that includes all characters in its tokens.
|
KeywordTokenizer |
Includes all characters as part of the token.
|
LowerCaseAnalyzer |
An Analyzer that uses a LowerCaseFilter to normalize the text to lower case.
|
LowerCaseWhitespaceAnalyzer |
An Analyzer that uses a WhitespaceTokenizer and a LowerCaseFilter to normalize the
text to lower case.
|
PerFieldAnalyzer |
This Analyzer is used to facilitate scenarios where different fields require different analysis
techniques.
|
SnowballAnalyzer |
A Snowball Analyzer for English word stemming.
|