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 LegacyNumericTypeLegacyFieldType. numericType()Deprecated.Please switch toPointValuesinsteadstatic LegacyNumericTypeLegacyNumericType. 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 voidLegacyFieldType. setNumericType(LegacyNumericType type)Deprecated.Please switch toPointValuesinstead
-