I would like to have several cores in SOLR 5.0 sharing the same schema.xml and solrconfig.xml file but have their own db-data-config.xml file.
I have tried different approaches like Config Sets - But here I can’t exclude db-data-config.xml. Changing the path in core.properties. Here SOLR can’t read from parent directory ../schema.xml
The platform is Windows
Any ideas?