Uses of Class
org.apache.solr.legacy.LegacyNumericTokenStream
-
Packages that use LegacyNumericTokenStream Package Description org.apache.solr.legacy Deprecated stuff! -
-
Uses of LegacyNumericTokenStream in org.apache.solr.legacy
Methods in org.apache.solr.legacy that return LegacyNumericTokenStream Modifier and Type Method Description LegacyNumericTokenStreamLegacyNumericTokenStream. setDoubleValue(double value)Deprecated.Initializes the token stream with the supplieddoublevalue.LegacyNumericTokenStreamLegacyNumericTokenStream. setFloatValue(float value)Deprecated.Initializes the token stream with the suppliedfloatvalue.LegacyNumericTokenStreamLegacyNumericTokenStream. setIntValue(int value)Deprecated.Initializes the token stream with the suppliedintvalue.LegacyNumericTokenStreamLegacyNumericTokenStream. setLongValue(long value)Deprecated.Initializes the token stream with the suppliedlongvalue.
-