This sounds like you have the same solrconfig for the slave and the
master? You should turn off autoCommit on the slave. Only the master
should autoCommit.
You should set up the ReplicationHandler. This moves index updates
from the indexer to the query server.
http://www.lucidimagination.com/sear
Hey,
I'm using solr 1.4 & I've a master / slave setup, I use the slave for all my
read operations & commits are scheduled every 20 mins or every 1 docs. Now
I think slave shouldn't build index but fetch ones created on Master, but I see
it creating indexes, during which all read stalls.