public class IntNumericAnalyzer extends NumericAnalyzer
NumericAnalyzer for integer value.| Modifier and Type | Class and Description |
|---|---|
class |
IntNumericAnalyzer.IntNumericParser |
NumericAnalyzer.NumericParser<T extends Number>org.apache.lucene.analysis.Analyzer.GlobalReuseStrategy, org.apache.lucene.analysis.Analyzer.PerFieldReuseStrategy, org.apache.lucene.analysis.Analyzer.ReuseStrategy, org.apache.lucene.analysis.Analyzer.TokenStreamComponentsprecisionStep| Constructor and Description |
|---|
IntNumericAnalyzer(int precisionStep) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.lucene.analysis.Analyzer.TokenStreamComponents |
createComponents(String fieldName,
Reader reader) |
IntNumericAnalyzer.IntNumericParser |
getNumericParser()
Returns the
NumericAnalyzer.NumericParser associated to this analyzer. |
getPrecisionStepprotected org.apache.lucene.analysis.Analyzer.TokenStreamComponents createComponents(String fieldName, Reader reader)
createComponents in class org.apache.lucene.analysis.Analyzerpublic IntNumericAnalyzer.IntNumericParser getNumericParser()
NumericAnalyzerNumericAnalyzer.NumericParser associated to this analyzer.getNumericParser in class NumericAnalyzerCopyright © 2014. All rights reserved.