Re: Replcate data from Solr to Solrcloud

2017-06-08 Thread Novin Novin
Thanks Erick. On Thu, 8 Jun 2017 at 17:28 Erick Erickson wrote: > bq: would balance the data itself. > > not if you mean split it up amongst shards. The entire index would be > on a _single_ shard. If you then do ADDREPLICA on that shard it'll > replicate the entire index to each replica > > Als

Re: Replcate data from Solr to Solrcloud

2017-06-08 Thread Erick Erickson
bq: would balance the data itself. not if you mean split it up amongst shards. The entire index would be on a _single_ shard. If you then do ADDREPLICA on that shard it'll replicate the entire index to each replica Also note that when you scp stuff around I'd recommend the destination Solr node b

Re: Replcate data from Solr to Solrcloud

2017-06-08 Thread Novin Novin
Thanks Erick No, I'm not doing distributed search. These two core with different type of information. If I understand you correctly, I can just use scp to copy index files from solr to any shard of solrcloud and than solrcloud would balance the data itself. Cheers On Thu, 8 Jun 2017 at 15:4

Re: Replcate data from Solr to Solrcloud

2017-06-08 Thread Erick Erickson
You say you have two cores. Are Tha same collection? That is, are you doing distributed search? If not, you can use the replication APIs fetchindex command to manually move them. For that matter, you can just scp the indexes over too, they're just files. If you're doing distributed search on your

Replcate data from Solr to Solrcloud

2017-06-08 Thread Novin Novin
Hi Guys, I have set up SolrCloud for production but ready to use and currently Solr running with two core in production. SolrCloud machines are separate than standalone Solr and has two collections in SolrCloud similar to Solr. Is it possible and would be useful. If I could be replicate data fr