On Fri, Apr 24, 2009 at 4:31 PM, Vicky_Dev <vikrantv_shirbh...@yahoo.co.in>wrote:
> > Thanks Shalin for your reply > > Is it possible to replicate conf folder from master to slave? > > It should be possible but I've never tried to replicate config with the script based replication myself. The script based replication calls commit on the slave after the new index is downloaded. This makes Solr use the new index files. But a commit does not refresh configuration. For that, you'd need to reload the core itself. Not very straightforward I think. There's a new Java based replication in trunk right now which has built-in support for both index and config replication. Details on the wiki at http://wiki.apache.org/solr/SolrReplication -- Regards, Shalin Shekhar Mangar.