Re: reloading sharedlib folder

2010-02-13 Thread Mark Miller
Ryan Kennedy wrote: > Have you tried using the RELOAD command in the core admin? > > http://wiki.apache.org/solr/CoreAdmin#RELOAD > > I'm not sure if the sharedlib classloader is global or if it's local > to each core, but if it's local to each core then a RELOAD may do the > trick. > > Ryan >

Re: reloading sharedlib folder

2010-02-13 Thread Ryan Kennedy
Have you tried using the RELOAD command in the core admin? http://wiki.apache.org/solr/CoreAdmin#RELOAD I'm not sure if the sharedlib classloader is global or if it's local to each core, but if it's local to each core then a RELOAD may do the trick. Ryan

reloading sharedlib folder

2010-02-12 Thread Joe Calderon
when using solr.xml, you can specify a sharedlib directory to share among cores, is it possible to reload the classes in this dir without having to restart the servlet container? it would be useful to be able to make changes to those classes on the fly or be able to drop in new plugins