Uses of Class
org.apache.solr.client.solrj.request.CollectionAdminRequest.Restore
Packages that use CollectionAdminRequest.Restore
Package
Description
Convenience classes for dealing with various types of Solr requests.
-
Uses of CollectionAdminRequest.Restore in org.apache.solr.client.solrj.request
Methods in org.apache.solr.client.solrj.request that return CollectionAdminRequest.RestoreModifier and TypeMethodDescriptionCollectionAdminRequest.restoreCollection(String collection, String backupName) CollectionAdminRequest.Restore.setBackupId(int backupId) Specify the ID of the backup-point to restore from.CollectionAdminRequest.Restore.setConfigName(String config) CollectionAdminRequest.Restore.setLocation(String location) CollectionAdminRequest.Restore.setNrtReplicas(Integer nrtReplicas) CollectionAdminRequest.Restore.setNumReplicas(Replica.Type type, Integer count) CollectionAdminRequest.Restore.setProperties(Properties properties) CollectionAdminRequest.Restore.setPullReplicas(Integer pullReplicas) CollectionAdminRequest.Restore.setReplicationFactor(Integer replicationFactor) CollectionAdminRequest.Restore.setRepositoryName(String repositoryName) CollectionAdminRequest.Restore.setTlogReplicas(Integer tlogReplicas)