On 4/16/07, Yonik Seeley <[EMAIL PROTECTED]> wrote:
...Yes, it's a typo.
Fixed in revision 529367.
-Bertrand
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 Obje
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 fina
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 s
On Apr 15, 2007, at 1:36 PM, Grant Ingersoll wrote:
I am just confirming that shutting down the container causes a
commit when using the DirectUpdateHandler2, correct? For example,
if I index some documents but don't commit them and then shutdown
the servlet container, upon startup those d
Hi,
I am just confirming that shutting down the container causes a commit
when using the DirectUpdateHandler2, correct? For example, if I
index some documents but don't commit them and then shutdown the
servlet container, upon startup those documents will be in the index
as if they were