Hey all, new to Solr 4.x, and am wondering if there is any way that I could have a single collection (single or multiple shards) replicated into two datacenters, where only 1 solr instance in each datacenter communicate. (for example, 4 servers in one DC, 4 servers in another datacenter and only one in each DC communicate).
>From everything I've seen, all zookeepers and replicas must have access to all >other members. Is there something I'm missing? Thanks, M.