I have one instance of SOLR with three different cores.
I created a solr.xml config file which specifies the schema file for each core, but, it is not recognized. The system still tries to load the default schema.xml (I removed it, so it fails).
For debugging purposes I left only one code in the solr.xml, here are the entries I have:
<solr persistent="false">
<cores adminPath="/admin/cores" defaultCoreName="content" shareSchema="false">
<core name="content" instanceDir=".">
<property name="schema" value="conf/contentSchema.xml" />
</core>
</cores>
</solr>
The file `contentSchema.xml exists under [SOLR_HOME]/conf. Itried both just the file name and conf/filename
Don't even reach that phase, the error is:
SEVERE: java.lang.RuntimeException: Can't find resource 'schema.xml' in classpath or /usr/local/solr/./conf/', cwd=/usr/local/solr