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 docbook@gmail.com

 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,
 Saqib



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 furkankam...@gmail.comwrote:

 Which version of Solr you are using?

 2013/7/4 Ali, Saqib docbook@gmail.com

  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,
  Saqib
 



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/
Performance Monitoring -- http://sematext.com/spm



On Wed, Jul 3, 2013 at 9:10 PM, Ali, Saqib docbook@gmail.com wrote:
 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,
 Saqib


Moving from single Solr instance to Solr Cloud

2013-07-03 Thread 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,
Saqib