Sort of off-topic, is there a way to do the reverse, ie: split indexes? This could be useful for people that would like to move to sharding from one core and could be interesting under SolrCloud.
Cheers, Tim -----Original Message----- From: Mark Miller [mailto:markrmil...@gmail.com] Sent: Friday, February 22, 2013 5:30 PM To: solr-user@lucene.apache.org Subject: Re: Repartition solr cloud You could copy each shard to a single node and then use the merge index feature to merge them into one index and then start up a single Solr node on that. Use the same configs. - Mark On Feb 22, 2013, at 8:11 PM, Erol Akarsu <eaka...@gmail.com> wrote: > I have a solr cloud 7 nodes, each has 2 shards. > Now, I would like to build another solr server with only one core (no > shards or replica) from whole cloud data. > What is fastest and safest way to achieve this, making only one SOLR > from solr cloud? > > I appreciate your answer > > Erol Akarsu