Uses of Class
org.apache.solr.schema.NumberType
-
Packages that use NumberType Package Description org.apache.solr.handler.designer TheSchemaDesignerAPIand supporting classes.org.apache.solr.schema IndexSchemaandFieldTypeimplementations for powering schema.xml -
-
Uses of NumberType in org.apache.solr.handler.designer
Methods in org.apache.solr.handler.designer with parameters of type NumberType Modifier and Type Method Description protected voidDefaultSchemaSuggester. validateNumericTypeChange(SchemaField field, FieldType toType, List<org.apache.solr.common.SolrInputDocument> docs, NumberType toNumType) -
Uses of NumberType in org.apache.solr.schema
Fields in org.apache.solr.schema declared as NumberType Modifier and Type Field Description protected NumberTypeNumericFieldType. typeFields in org.apache.solr.schema with type parameters of type NumberType Modifier and Type Field Description static EnumSet<NumberType>NumericFieldType. doubleOrFloatMethods in org.apache.solr.schema that return NumberType Modifier and Type Method Description NumberTypeAbstractEnumField. getNumberType()NumberTypeFieldType. getNumberType()Return the numeric type of this field, or null if this field is not a numeric field.NumberTypeNumericFieldType. getNumberType()static NumberTypeNumberType. valueOf(String name)Returns the enum constant of this type with the specified name.static NumberType[]NumberType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.solr.schema with parameters of type NumberType Modifier and Type Method Description protected org.apache.lucene.search.SortFieldFieldType. getNumericSort(SchemaField field, NumberType type, boolean reverse)Utility usable by subclasses when they want to get basic Numeric sorting using common checks.
-