Have you tried Configsets: https://cwiki.apache.org/confluence/display/solr/Config+Sets ?
Regards, Alex. Personal: http://www.outerthoughts.com/ and @arafalov Solr resources and newsletter: http://www.solr-start.com/ and @solrstart Solr popularizers community: https://www.linkedin.com/groups?gid=6713853 On 24 November 2014 at 10:14, Clemens Wyss DEV <clemens...@mysign.ch> wrote: > 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