Hi,

I am beginning to work on SOLR cloud implementation.
I created a collection using the collections API

http://myhost:port/solr/admin/collections?action=CREATE&name=testCloud1&numShards=6&replicationFactor=2&collection.configName=myconf&maxShardsPerNode=1

My cluster now has 6 shards and 2 replicas (1 leader & 1 replica) for each shard. Now I want to add extra replicas to each shard in my cluster without out changing the replicationFactor used to create the collection.
Any ideas on how to go about doing that.

Thanks,

Rishi.

Reply via email to