Uses of Class
org.apache.solr.client.solrj.request.CollectionAdminRequest.MigrateClusterState
-
Packages that use CollectionAdminRequest.MigrateClusterState Package Description org.apache.solr.client.solrj.request Convenience classes for dealing with various types of Solr requests. -
-
Uses of CollectionAdminRequest.MigrateClusterState in org.apache.solr.client.solrj.request
Methods in org.apache.solr.client.solrj.request that return CollectionAdminRequest.MigrateClusterState Modifier and Type Method Description static CollectionAdminRequest.MigrateClusterState
CollectionAdminRequest. migrateCollectionFormat(String collection)
Returns a SolrRequest to migrate a collection state format This is an expert-level request, and should not generally be necessary.
-