Uses of Class
org.apache.solr.legacy.LegacyNumericType
-
Packages that use LegacyNumericType Package Description org.apache.solr.legacy Deprecated stuff! -
-
Uses of LegacyNumericType in org.apache.solr.legacy
Methods in org.apache.solr.legacy that return LegacyNumericType Modifier and Type Method Description LegacyNumericType
LegacyFieldType. numericType()
Deprecated.Please switch toPointValues
insteadstatic LegacyNumericType
LegacyNumericType. valueOf(String name)
Deprecated.Returns the enum constant of this type with the specified name.static LegacyNumericType[]
LegacyNumericType. values()
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.solr.legacy with parameters of type LegacyNumericType Modifier and Type Method Description void
LegacyFieldType. setNumericType(LegacyNumericType type)
Deprecated.Please switch toPointValues
instead
-