|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.lucene.analysis.Analyzer
org.elasticsearch.index.analysis.NumericAnalyzer<NumericDateTokenizer>
org.elasticsearch.index.analysis.NumericDateAnalyzer
public class NumericDateAnalyzer
| Constructor Summary | |
|---|---|
NumericDateAnalyzer(org.elasticsearch.common.joda.time.format.DateTimeFormatter dateTimeFormatter)
|
|
NumericDateAnalyzer(int precisionStep,
org.elasticsearch.common.joda.time.format.DateTimeFormatter dateTimeFormatter)
|
|
| Method Summary | |
|---|---|
protected NumericDateTokenizer |
createNumericTokenizer(java.io.Reader reader,
char[] buffer)
|
| Methods inherited from class org.elasticsearch.index.analysis.NumericAnalyzer |
|---|
reusableTokenStream, tokenStream |
| Methods inherited from class org.apache.lucene.analysis.Analyzer |
|---|
close, getOffsetGap, getPositionIncrementGap, getPreviousTokenStream, setPreviousTokenStream |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NumericDateAnalyzer(org.elasticsearch.common.joda.time.format.DateTimeFormatter dateTimeFormatter)
public NumericDateAnalyzer(int precisionStep,
org.elasticsearch.common.joda.time.format.DateTimeFormatter dateTimeFormatter)
| Method Detail |
|---|
protected NumericDateTokenizer createNumericTokenizer(java.io.Reader reader,
char[] buffer)
throws java.io.IOException
createNumericTokenizer in class NumericAnalyzer<NumericDateTokenizer>java.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||