Package | Description |
---|---|
org.apache.lucene.analysis |
Text analysis.
|
Modifier and Type | Method and Description |
---|---|
LegacyNumericTokenStream |
LegacyNumericTokenStream.setDoubleValue(double value)
Deprecated.
Initializes the token stream with the supplied
double value. |
LegacyNumericTokenStream |
LegacyNumericTokenStream.setFloatValue(float value)
Deprecated.
Initializes the token stream with the supplied
float value. |
LegacyNumericTokenStream |
LegacyNumericTokenStream.setIntValue(int value)
Deprecated.
Initializes the token stream with the supplied
int value. |
LegacyNumericTokenStream |
LegacyNumericTokenStream.setLongValue(long value)
Deprecated.
Initializes the token stream with the supplied
long value. |
Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.