: As a newbiie Java programmer I'm not sure what happens if I do the
: following:
:
: SolrCore core = new SolrCore(null,null);
:
: Will it replace the current core? What happens to requests that are running?
I think the best answer to that question is "undefined behavior" ...
that's not a situatio
core =SolrCore.getSolrCore();
core=null; // first core.close(); ??
core =SolrCore.getSolrCore();
TIA
Debra
--
View this message in context:
http://www.nabble.com/Reloading-solr-schema-file-tf3406562.html#a9489139
Sent from the Solr - User mailing list archive at Nabble.com.