Hi, I think you are looking for this: http://search-lucene.com/?q=Cross+Data+Center+Replication&fc_project=Solr ==> https://issues.apache.org/jira/browse/SOLR-6273
Otis -- Monitoring * Alerting * Anomaly Detection * Centralized Log Management Solr & Elasticsearch Support * http://sematext.com/ On Tue, Nov 25, 2014 at 3:29 PM, Gili Nachum <gilinac...@gmail.com> wrote: > Hi, > > > > *I need to replicate a collection between SolrClouds, anyone did it?*The > replication style I need is one direction replicating anything that happens > on my main site SolrCloud to the DR site (master->salve) > > I considered and decide against synchronizing the collections' shards > Lucene index over rsync, for being s tricky to arrive at a consistent index > and not being efficient enough on bandwidth. > My current approach is writing a replicator app that knows to sync between > two collections, in a fairly generic way, but it's a last of investment > which I rather avoid. > > Saw that master->slave replication can't be used in SolrCloud > https://cwiki.apache.org/confluence/display/solr/Index+Replication >