public class SimpleAnalyzer
extends org.apache.lucene.analysis.Analyzer
org.apache.lucene.analysis.Analyzer.GlobalReuseStrategy, org.apache.lucene.analysis.Analyzer.PerFieldReuseStrategy, org.apache.lucene.analysis.Analyzer.ReuseStrategy, org.apache.lucene.analysis.Analyzer.TokenStreamComponents| Modifier and Type | Field and Description |
|---|---|
private org.apache.lucene.analysis.core.LowerCaseFilterFactory |
lowerCaseFilterFactory |
private static String |
PATTERN |
private org.apache.lucene.analysis.pattern.PatternTokenizerFactory |
tokenizerFactory |
private static org.apache.lucene.util.Version |
version |
| Constructor and Description |
|---|
SimpleAnalyzer(boolean lowerCase) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.lucene.analysis.Analyzer.TokenStreamComponents |
createComponents(String fieldName,
Reader reader) |
private static final org.apache.lucene.util.Version version
private static final String PATTERN
private org.apache.lucene.analysis.pattern.PatternTokenizerFactory tokenizerFactory
private org.apache.lucene.analysis.core.LowerCaseFilterFactory lowerCaseFilterFactory
Copyright © 2014–2016. All rights reserved.