Have you looked at Cross Data Center replication that's the new big feature in Solr 6.0?
Regards, Alex. ---- Newsletter and resources for Solr beginners and intermediates: http://www.solr-start.com/ On 10 May 2016 at 02:13, Abdel Belkasri <belka...@gmail.com> wrote: > Hi there, > > we have the main site setup as follows: > solrCould: > App --> smart Client (solrj) --> ensemble of zookeeper --> SolrCloud Noes > (with slice/shard/recplica....) > Works fine. > > On the DR site we have a mirror setup, how can we keep the two site in > sync, so that if something happened we point the app to DR and get back up > and running? > > Note: making zookeeper span the two sites is not an option because of > network latency. > > We are looking for replication (kind of master-slave that exists in Solr > classic)...how that is achieved in SolrCloud? > > Thanks, > --Abdel.