Is there a way to reload schema.xml while solr is running? 

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? 


What if I do? 

SolrCore 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.

Reply via email to