Hello,
I have a couple of questions relating to replication in Solr. As far as I understand it, the replication approach for both 1.3 and 1.4 involves having the slaves poll the master for updates to the index. We're curious to know if it's possible to have a more dynamic/quicker way to propagate updates. 1. Is there a built-in mechanism for pushing out updates(/inserts/deletes) received by the master to the slaves? 2. Is it discouraged to post updates to multiple Solr instances? (all instances can receive updates and fulfill query requests) 3. If that sort of capability is not supported, why was it not implemented this way? (So that we don't repeat any mistakes) 4. Has anyone else on the list attempted to do this? The intent here is to achieve optimal performance while have the freshest data possible if that's possible. Thanks, Laurent