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.