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