Java org.apache.solr.client.solrj.request CollectionAdminRequest fields, constructors, methods, implement or subclass

Example usage for Java org.apache.solr.client.solrj.request CollectionAdminRequest fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.solr.client.solrj.request CollectionAdminRequest.

The text is from its open source code.

Method

AddReplicaaddReplicaToShard(String collection, String shard)
Returns a SolrRequest to add a replica of type org.apache.solr.common.cloud.Replica.Type#NRT to a shard in a collection
AddRoleaddRole(String node, String role)
Returns a SolrRequest to add a role to a node
BackupbackupCollection(String collection, String backupName)
CreateAliascreateAlias(String aliasName, String aliasedCollections)
Returns a SolrRequest to create a new alias
CreatecreateCollection(String collection, String config, int numShards, int numReplicas)
Returns a SolrRequest for creating a collection
DeletedeleteCollection(String collection)
Returns a SolrRequest to delete a collection
DeleteReplicadeleteReplica(String collection, String shard, String replica)
Returns a SolrRequest to delete a replica from a shard in a collection
DeleteReplicadeleteReplica(String collection, String shard, int count)
java.util.ListlistCollections(SolrClient client)
Returns a SolrRequest to get a list of collections in the cluster
ReloadreloadCollection(String collection)
Returns a SolrRequest to reload a collection
RequestStatusrequestStatus(String requestId)
Returns a SolrRequest for checking the status of an asynchronous request
SplitShardsplitShard(String collection)
Returns a SolrRequest to split a shard in a collection