On 7/9/2013 10:37 AM, adityab wrote:
Is staggered replication possible in Solr through configuration?

You wouldn't be able to do this directly without switching to completely manually triggered replication, but the concept of a repeater may interest you.

http://wiki.apache.org/solr/SolrReplication#Setting_up_a_Repeater

You set up a limited number of slaves replicating from your master. Those slaves get also set up as masters, and the rest of your slaves replicate from those, instead of the true master. When the index gets updated, the repeaters do their replication, then the other slaves replicate from the repeaters.

Thanks,
Shawn

Reply via email to