Uses of Class
org.apache.solr.schema.NumberType
-
Packages that use NumberType Package Description org.apache.solr.handler.designer TheSchemaDesignerAPI
and supporting classes.org.apache.solr.schema IndexSchema
andFieldType
implementations 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 void
DefaultSchemaSuggester. 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 NumberType
NumericFieldType. type
Fields in org.apache.solr.schema with type parameters of type NumberType Modifier and Type Field Description static EnumSet<NumberType>
NumericFieldType. doubleOrFloat
Methods in org.apache.solr.schema that return NumberType Modifier and Type Method Description NumberType
AbstractEnumField. getNumberType()
NumberType
FieldType. getNumberType()
Return the numeric type of this field, or null if this field is not a numeric field.NumberType
NumericFieldType. getNumberType()
static NumberType
NumberType. 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.SortField
FieldType. getNumericSort(SchemaField field, NumberType type, boolean reverse)
Utility usable by subclasses when they want to get basic Numeric sorting using common checks.
-