Given the following directory/file structure .../solrhome .../solrhome/solr.xml .../solrhome/config/ .../solrhome/config/schema.xml .../solrhome/config/solrconfig.xml .../solrhome/cores
How can I programmatically (CoreContainer) create a new core below .../solrhome/cores that makes use of solrconfig.xml and schema.xml? The new core should use the config files in .../solrhome/config/ Thx Clemens