Uses of Class
org.apache.solr.handler.admin.CoreAdminOperation
-
Packages that use CoreAdminOperation Package Description org.apache.solr.handler.admin SolrRequestHandler
implementations for powering he Solr Admin UI -
-
Uses of CoreAdminOperation in org.apache.solr.handler.admin
Methods in org.apache.solr.handler.admin that return CoreAdminOperation Modifier and Type Method Description static CoreAdminOperation
CoreAdminOperation. valueOf(String name)
Returns the enum constant of this type with the specified name.static CoreAdminOperation[]
CoreAdminOperation. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-