public class SimpleAnalyzer extends TextAnalyzer
It is used instead of the Lucene SimpleAnalyzer because it indexes numbers as well as letters, and includes the SubtokenFilter.
SubtokenFilter| Constructor and Description |
|---|
SimpleAnalyzer(boolean indexing) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.lucene.analysis.Analyzer.TokenStreamComponents |
createComponents(String fieldName) |
isIndexing, wrapStreamForIndexing, wrapStreamForWilcardSearchSupportpublic final org.apache.lucene.analysis.Analyzer.TokenStreamComponents createComponents(String fieldName)
createComponents in class TextAnalyzerCopyright © 2002-2024 Atlassian. All Rights Reserved.