Re: SOLR Cloud Collection Management quesiotn.

2013-05-15 Thread Mark Miller
t is the determining criteria. > > Thanks, > > Rishi. > > > > -Original Message- > From: Anshum Gupta > To: solr-user > Sent: Tue, May 14, 2013 9:42 pm > Subject: Re: SOLR Cloud Collection Management quesiotn. > > > Hi Rishi, > >

Re: SOLR Cloud Collection Management quesiotn.

2013-05-15 Thread Rishi Easwaran
distributed, what is the determining criteria. Thanks, Rishi. -Original Message- From: Anshum Gupta To: solr-user Sent: Tue, May 14, 2013 9:42 pm Subject: Re: SOLR Cloud Collection Management quesiotn. Hi Rishi, If you have your cluster up and running, just add the nodes and they

Re: SOLR Cloud Collection Management quesiotn.

2013-05-14 Thread Anshum Gupta
Hi Rishi, If you have your cluster up and running, just add the nodes and they will get evenly assigned to the shards. As of now, the replication factor is not persisted. On Wed, May 15, 2013 at 1:07 AM, Rishi Easwaran wrote: > Ok looks like...I have to go to every node, add a replica individua

Re: SOLR Cloud Collection Management quesiotn.

2013-05-14 Thread Rishi Easwaran
Ok looks like...I have to go to every node, add a replica individually, create the cores and add them to the collection. ex: http://newNode1:port/solr/admin/cores?action=CREATE&name=testCloud1_shard1_replica3&collection=testCloud1&shard=shard1&collection.configName=myconf http://newNode2:port/