Uses of Class
org.apache.solr.schema.IndexSchema.SchemaProps.Handler
-
Packages that use IndexSchema.SchemaProps.Handler Package Description org.apache.solr.schema IndexSchemaandFieldTypeimplementations for powering schema.xml -
-
Uses of IndexSchema.SchemaProps.Handler in org.apache.solr.schema
Methods in org.apache.solr.schema that return IndexSchema.SchemaProps.Handler Modifier and Type Method Description static IndexSchema.SchemaProps.HandlerIndexSchema.SchemaProps.Handler. valueOf(String name)Returns the enum constant of this type with the specified name.static IndexSchema.SchemaProps.Handler[]IndexSchema.SchemaProps.Handler. values()Returns an array containing the constants of this enum type, in the order they are declared.
-