You could configure a PostCommit event listener on the master which would send a HTTP fetchindex request to the slave you want to carry out replication - see http://wiki.apache.org/solr/SolrReplication#HTTP_API
But why do you want the master to push to the slave ? -Simon On Mon, Aug 8, 2011 at 5:26 PM, Markus Jelsma <markus.jel...@openindex.io> wrote: > Hi, > >> Hi >> >> I am using Solr 1.4. and doing a replication process where my slave is >> pulling data from Master. I have 2 questions >> >> a. Can Master push data to slave > > Not in current versions. Not sure about exotic patches for this. > >> b. How to make sure that lock file is not created while replication > > What do you mean? > >> >> Please help >> >> thanks >> Pawan >