Uses of Class
org.apache.lucene.analysis.NumericTokenStream
-
Packages that use NumericTokenStream Package Description org.apache.lucene.analysis API and code to convert text into indexable/searchable tokens. -
-
Uses of NumericTokenStream in org.apache.lucene.analysis
Methods in org.apache.lucene.analysis that return NumericTokenStream Modifier and Type Method Description NumericTokenStreamNumericTokenStream. setDoubleValue(double value)Initializes the token stream with the supplieddoublevalue.NumericTokenStreamNumericTokenStream. setFloatValue(float value)Initializes the token stream with the suppliedfloatvalue.NumericTokenStreamNumericTokenStream. setIntValue(int value)Initializes the token stream with the suppliedintvalue.NumericTokenStreamNumericTokenStream. setLongValue(long value)Initializes the token stream with the suppliedlongvalue.
-