bq: Can Solr Server have different/multiple solr-config.xml file per core? Yes. Each separate core can (and usually does) have its own configs, solrconfig.xml, schema and the like.
Your question could be interpreted as asking if you can have multiple solrconfig.xml files in the _same_ core, the answer to which is "no". Best, Erick On Mon, Jan 11, 2016 at 12:19 PM, techqnq <tech...@gmail.com> wrote: > > 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.