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