Dear Solr users,

I am getting a bit confused here:
On Solr 1.4, multicore setup, all config files listed get replicated properly, 
the only exception being "solrconfig.xml".

I have tried these two variations on the master's side:

1.)
<str 
name="confFiles">schema.xml,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml,solrconfig_slave.xml:solrconfig.xml</str>

2.)
<str 
name="confFiles">schema.xml,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml</str>
<str name="confFiles">solrconfig_slave.xml:solrconfig.xml</str>

Neither succeeded.
Am I missing something?

Kind regards,
 Alex

Reply via email to