|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.lucene.util.AttributeSource org.apache.lucene.analysis.TokenStream org.apache.lucene.analysis.Tokenizer org.elasticsearch.index.analysis.NumericTokenizer org.elasticsearch.index.analysis.NumericDoubleTokenizer
public class NumericDoubleTokenizer
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.apache.lucene.util.AttributeSource |
---|
org.apache.lucene.util.AttributeSource.AttributeFactory, org.apache.lucene.util.AttributeSource.State |
Field Summary |
---|
Fields inherited from class org.elasticsearch.index.analysis.NumericTokenizer |
---|
extra |
Fields inherited from class org.apache.lucene.analysis.Tokenizer |
---|
input |
Constructor Summary | |
---|---|
NumericDoubleTokenizer(java.io.Reader reader,
int precisionStep)
|
|
NumericDoubleTokenizer(java.io.Reader reader,
int precisionStep,
char[] buffer)
|
Method Summary | |
---|---|
protected void |
setValue(org.apache.lucene.analysis.NumericTokenStream tokenStream,
java.lang.String value)
|
Methods inherited from class org.elasticsearch.index.analysis.NumericTokenizer |
---|
incrementToken, reset, reset |
Methods inherited from class org.apache.lucene.analysis.Tokenizer |
---|
close, correctOffset |
Methods inherited from class org.apache.lucene.analysis.TokenStream |
---|
end, reset |
Methods inherited from class org.apache.lucene.util.AttributeSource |
---|
addAttribute, addAttributeImpl, captureState, clearAttributes, cloneAttributes, copyTo, equals, getAttribute, getAttributeClassesIterator, getAttributeFactory, getAttributeImplsIterator, hasAttribute, hasAttributes, hashCode, reflectAsString, reflectWith, restoreState, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public NumericDoubleTokenizer(java.io.Reader reader, int precisionStep) throws java.io.IOException
java.io.IOException
public NumericDoubleTokenizer(java.io.Reader reader, int precisionStep, char[] buffer) throws java.io.IOException
java.io.IOException
Method Detail |
---|
protected void setValue(org.apache.lucene.analysis.NumericTokenStream tokenStream, java.lang.String value)
setValue
in class NumericTokenizer
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |