Uses of Class
org.apache.lucene.analysis.NumericTokenStream
Packages that use NumericTokenStream
Package
Description
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 NumericTokenStreamModifier and TypeMethodDescriptionNumericTokenStream.setDoubleValue
(double value) Initializes the token stream with the supplieddouble
value.NumericTokenStream.setFloatValue
(float value) Initializes the token stream with the suppliedfloat
value.NumericTokenStream.setIntValue
(int value) Initializes the token stream with the suppliedint
value.NumericTokenStream.setLongValue
(long value) Initializes the token stream with the suppliedlong
value.