The LOAD method will load a core from a schema/config file -- it will
not need to be in multicore.xml (the persist=true option should
serialize this change into multicore.xml)
Henri's latest patch implements LOAD, but it needs some clean up to
apply cleanly to the current trunk.
ryan
Doug Steigerwald wrote:
Is it going to be possible (soon) to register new Solr cores on the
fly? I know the LOAD action is yet to be implemented, but will that let
you create new cores that are not listed in the multicore.xml? We're
occasionally going to have to create new cores and would like to not
have to stop/start Solr do to do this.
We want to be able to create the core structure on the filesystem and
register that core, or make changes to the multicore.xml file and tell
Solr to reload the cores and pick up the new ones.
Thanks.
Doug