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