Package | Description |
---|---|
org.apache.solr.client.solrj.request |
Convenience classes for dealing with various types of Solr requests.
|
Modifier and Type | Method and Description |
---|---|
static CollectionAdminRequest.Restore |
CollectionAdminRequest.restoreCollection(String collection,
String backupName) |
CollectionAdminRequest.Restore |
CollectionAdminRequest.Restore.setAutoAddReplicas(boolean autoAddReplicas) |
CollectionAdminRequest.Restore |
CollectionAdminRequest.Restore.setBackupId(int backupId)
Specify the ID of the backup-point to restore from.
|
CollectionAdminRequest.Restore |
CollectionAdminRequest.Restore.setConfigName(String config) |
CollectionAdminRequest.Restore |
CollectionAdminRequest.Restore.setLocation(String location) |
CollectionAdminRequest.Restore |
CollectionAdminRequest.Restore.setMaxShardsPerNode(int maxShardsPerNode) |
CollectionAdminRequest.Restore |
CollectionAdminRequest.Restore.setNrtReplicas(Integer nrtReplicas) |
CollectionAdminRequest.Restore |
CollectionAdminRequest.Restore.setProperties(Properties properties) |
CollectionAdminRequest.Restore |
CollectionAdminRequest.Restore.setPullReplicas(Integer pullReplicas) |
CollectionAdminRequest.Restore |
CollectionAdminRequest.Restore.setReplicationFactor(Integer replicationFactor) |
CollectionAdminRequest.Restore |
CollectionAdminRequest.Restore.setRepositoryName(String repositoryName) |
CollectionAdminRequest.Restore |
CollectionAdminRequest.Restore.setTlogReplicas(Integer tlogReplicas) |
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.