Re: Multicore and SolrResourceLoader

2008-05-12 Thread Grant Ingersoll
On May 10, 2008, at 1:03 PM, Chris Hostetter wrote: : I've been digging around in multicore and I am curious as to how to force a : reload of the sharedLib classloader. I can reload a given core, which : instantiates a new SolrResourceLoader for that core, but I want to be able to : re

Re: Multicore and SolrResourceLoader

2008-05-10 Thread Chris Hostetter
: I've been digging around in multicore and I am curious as to how to force a : reload of the sharedLib classloader. I can reload a given core, which : instantiates a new SolrResourceLoader for that core, but I want to be able to : reload the classloader for the sharedLib. that seems really dang

Multicore and SolrResourceLoader

2008-05-08 Thread Grant Ingersoll
I've been digging around in multicore and I am curious as to how to force a reload of the sharedLib classloader. I can reload a given core, which instantiates a new SolrResourceLoader for that core, but I want to be able to reload the classloader for the sharedLib. Any thoughts on the best