I assume distinct solr-config.xml file is allowed for every solr core, but I
got suspicious based upon the data size of the core. So thought to get my
facts confirmed/corrected here:

Q. Can Solr Server have different/multiple solr-config.xml file per core?

Use Case: 
- For one core solr-config.xml file: it is configured with UIMA update
processor i.e. "updateRequestProcessorChain" 
<requestHandler name="/update" class="solr.UpdateRequestHandler">
    <lst name="defaults">
      <str name="update.processor">uima</str>
    </lst>
  </requestHandler>

- For second core solr-config-xml file: it is kept default/standard as it is
(no uima update)





--
View this message in context: 
http://lucene.472066.n3.nabble.com/multiple-solr-config-xml-files-per-core-tp4250009.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to