Ok great... its starting to make sense. Now Im just a little confused on replication.
So I had previously had my slave configuration as follows <requestHandler name="/replication" class="solr.ReplicationHandler" > <lst name="${replication.master}"> <str name="replicateAfter">commit</str> <str name="replicateAfter">startup</str> <str name="confFiles">schema.xml,stopwords.txt</str> </lst> <lst name="${replication.slave}"> <str name="masterUrl"> http://${replication.host}:8983/solr/${solr.core.instanceDir}replication </str> <str name="pollInterval">${replication.interval}</str> </lst> </requestHandler> But Im assuming Ill need to change this now? I really only want my "live" data to be replicated so how can I configure this? There is no real need for the slaves to replicate the "offline" data. FYI my dir structure looks like this: home/items/data/core0/index home/items/data/core1/index -- View this message in context: http://n3.nabble.com/Multicore-process-tp681929p682141.html Sent from the Solr - User mailing list archive at Nabble.com.