Re: Moving from single Solr instance to Solr Cloud

2013-07-04 Thread Otis Gospodnetic
Hello, In SolrCloud works Collections (logical indices) have shards and replicas, so you would probably want to create a new Collection with some number of shards and replicas and reindex into it. That would be the cleanest. Otis -- Solr & ElasticSearch Support -- http://sematext.com/ Performanc

Re: Moving from single Solr instance to Solr Cloud

2013-07-04 Thread Ali, Saqib
Hello Furkan, We are using Solr 4.3 Thanks On Thu, Jul 4, 2013 at 1:43 AM, Furkan KAMACI wrote: > Which version of Solr you are using? > > 2013/7/4 Ali, Saqib > > > We have single Solr instance with lot of indexed document. Now we would > > like to move to SolrCloud implementation. > > > > Ca

Re: Moving from single Solr instance to Solr Cloud

2013-07-04 Thread Furkan KAMACI
Which version of Solr you are using? 2013/7/4 Ali, Saqib > We have single Solr instance with lot of indexed document. Now we would > like to move to SolrCloud implementation. > > Can we move the existing index to SolrCloud? If so, how? Or do we need to > reindex our data in SolrCloud? > > Thanks