Re: Reloading solr schema file

2007-03-16 Thread Chris Hostetter
: 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

Reloading solr schema file

2007-03-14 Thread Debra
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.