I'm using master and slave server for scaling.
Master is dedicated for indexing and slave is for searching.
Now, I'm planning to move SolrCloud.
It has leader and replicas.
Leader acts like master and replicas acts like slave. Is it right?
so, I'm wondering two things.

First,
How can I assign dedicated server for indexing in SolrCloud?

Second,
Consider I'm using  two shard cluster with shard replicas
<http://wiki.apache.org/solr/SolrCloud#Example_B:_Simple_two_shard_cluster_with_shard_replicas>
  
and I need to extend one more shard with replicas.
In this case, existing two shards and replicas will already have many docs.
so, I want to add indexing docs in new one only.
How can I do this?

Actually, I don't understand perfectly about SolrCloud.
So, my questions can be ridiculous.
Any inputs are welcome.
Thanks,



--
View this message in context: 
http://lucene.472066.n3.nabble.com/how-to-assign-dedicated-server-for-indexing-and-add-more-shard-in-SolrCloud-tp4024404.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to