http://wiki.apache.org/solr/SolrCloud#Creating_cores_via_CoreAdmin.
Essentially you create a core on a new machine and assign it a collection and shard. It'll register itself, replicate the data from the leader and join the cluster automatically. You could script this too, but be aware that the replication may take quite a while depending on the network speed and the size of your index. Best Erick On Wed, Aug 28, 2013 at 4:09 AM, maephisto <my_sky...@yahoo.com> wrote: > Thanks Keith! > > But could this be done dinamically? > Let's take the following example: a SolrCloud cluster with sport event > results split in three shards by category - footbal shard, golf shard and > baseball shard. Each of this shards has a replica on a machine. > Then i realize that my footbal related QPS grow dramatically so i decide to > add 2 more replicas for the footbal shard, on two new machines. > > How can i proceed in this situatian ? > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Multiple-replicas-for-specific-shard-tp4086828p4086941.html > Sent from the Solr - User mailing list archive at Nabble.com. >