Uses of Class
org.apache.solr.schema.AbstractEnumField
-
Packages that use AbstractEnumField Package Description org.apache.solr.schema IndexSchema
andFieldType
implementations for powering schema.xml -
-
Uses of AbstractEnumField in org.apache.solr.schema
Subclasses of AbstractEnumField in org.apache.solr.schema Modifier and Type Class Description class
EnumField
Deprecated.useEnumFieldType
instead.class
EnumFieldType
Field type for support of string values with custom sort order.
-