Re: Solrcloud: DistribIndexing question

2014-03-17 Thread ku3ia
Erick Erickson wrote > The algorithm is only sensitive to the shard ID, you should be able to > freely move the data to another node. > > BTW, perhaps the easiest way to do this would be to set up a replica > for the shards you care about on the new hardware (assuming > connectivity) and let Solr

Re: Solrcloud: DistribIndexing question

2014-03-17 Thread Erick Erickson
The algorithm is only sensitive to the shard ID, you should be able to freely move the data to another node. BTW, perhaps the easiest way to do this would be to set up a replica for the shards you care about on the new hardware (assuming connectivity) and let Solr do the synchronization for you. O