Uses of Class
org.apache.solr.handler.admin.CollectionsHandler.CollectionOperation
-
Packages that use CollectionsHandler.CollectionOperation Package Description org.apache.solr.handler.admin SolrRequestHandlerimplementations 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.CollectionOperationCollectionsHandler.CollectionOperation. get(CollectionParams.CollectionAction action)static CollectionsHandler.CollectionOperationCollectionsHandler.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.
-