Is it useful to consider putting hooks into the various servlets (via
the destroy() method) to explicitly call the finalizer()?
-Grant
On Apr 16, 2007, at 1:29 AM, Bertrand Delacretaz 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?
There's also a similar SolrIndexWriter.finalizer().
-Bertrand