On 4/16/07, Bertrand Delacretaz <[EMAIL PROTECTED]> wrote:
On 4/16/07, Erik Hatcher <[EMAIL PROTECTED]> wrote:
> ...Further details on this: SolrCore has a finalizer() method that
> closes the update handler. I'm not clear on finalizer() though. How/
> when is that invoked? I know about Object.finalize(), but not
> finalizer()...
Looking at the code, it seems like SolrCore.finalizer() is not called
anywhere. A typo maybe?
A super-secret JVM hook that's much better than finalize() ;-)
Yes, it's a typo.
-Yonik