Package | Description |
---|---|
org.apache.lucene.analysis |
API and code to convert text into indexable/searchable tokens.
|
Modifier and Type | Method | Description |
---|---|---|
NumericTokenStream |
NumericTokenStream.setDoubleValue(double value) |
Initializes the token stream with the supplied
double value. |
NumericTokenStream |
NumericTokenStream.setFloatValue(float value) |
Initializes the token stream with the supplied
float value. |
NumericTokenStream |
NumericTokenStream.setIntValue(int value) |
Initializes the token stream with the supplied
int value. |
NumericTokenStream |
NumericTokenStream.setLongValue(long value) |
Initializes the token stream with the supplied
long value. |
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.