Mailing List Archive

optimize(), delete() calls on IndexWriter
Hi,
Do calls like optimize() and delete() on the Indexwriter cause a separate
thread to be kicked off?
Thanks!
Aruna.

--
To unsubscribe, e-mail: <mailto:lucene-user-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:lucene-user-help@jakarta.apache.org>
Re: optimize(), delete() calls on IndexWriter [ In reply to ]
No they don't. Note that delete() is in IndexReader.

Otis

--- Aruna Raghavan <ArunaR@opin.com> wrote:
> Hi,
> Do calls like optimize() and delete() on the Indexwriter cause a
> separate
> thread to be kicked off?
> Thanks!
> Aruna.
>
> --
> To unsubscribe, e-mail:
> <mailto:lucene-user-unsubscribe@jakarta.apache.org>
> For additional commands, e-mail:
> <mailto:lucene-user-help@jakarta.apache.org>
>


__________________________________________________
Do You Yahoo!?
Try FREE Yahoo! Mail - the world's greatest free email!
http://mail.yahoo.com/

--
To unsubscribe, e-mail: <mailto:lucene-user-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:lucene-user-help@jakarta.apache.org>
RE: optimize(), delete() calls on IndexWriter [ In reply to ]
Yes, thanks.

-----Original Message-----
From: Otis Gospodnetic [mailto:otis_gospodnetic@yahoo.com]
Sent: Friday, March 08, 2002 11:46 AM
To: Lucene Users List
Subject: Re: optimize(), delete() calls on IndexWriter


No they don't. Note that delete() is in IndexReader.

Otis

--- Aruna Raghavan <ArunaR@opin.com> wrote:
> Hi,
> Do calls like optimize() and delete() on the Indexwriter cause a
> separate
> thread to be kicked off?
> Thanks!
> Aruna.
>
> --
> To unsubscribe, e-mail:
> <mailto:lucene-user-unsubscribe@jakarta.apache.org>
> For additional commands, e-mail:
> <mailto:lucene-user-help@jakarta.apache.org>
>


__________________________________________________
Do You Yahoo!?
Try FREE Yahoo! Mail - the world's greatest free email!
http://mail.yahoo.com/

--
To unsubscribe, e-mail:
<mailto:lucene-user-unsubscribe@jakarta.apache.org>
For additional commands, e-mail:
<mailto:lucene-user-help@jakarta.apache.org>

--
To unsubscribe, e-mail: <mailto:lucene-user-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:lucene-user-help@jakarta.apache.org>