3

I need to build out a fully redundant and resilient Solr search platform where search data is replicated between data centers.

Does Solr cluster provide any vehicle for this inter-datacenter replication to occur? If not in the engine, if I was to create a snapshot of the data and ship that across the wire and have a second Solr engine on the remote side sitting at idle waiting for the primary to die, would that work?

Looking for recommendations as I can not support a production implementation of Solr without having DR capability.

Flux
  • 9,805
  • 5
  • 46
  • 92
QWade
  • 131
  • 2

1 Answers1

0

SolrCloud is something that helps HA/DR (High Availability and Disaster Recovery). With ZooKeeper in picture, there is near-realtime support across clusters.

Here are a couple of resources:

Previous SolrCloud reference:

Andres
  • 1,090
  • 14
  • 30
Srikanth Venugopalan
  • 9,011
  • 3
  • 36
  • 76