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