On Tue, Apr 05, 2005 at 08:16:35AM -0700, Otis Gospodnetic wrote:
> If you take this approach, keep in mind that you will also need to
> handle regular application shutdowns, and also try to catch some
> crashes/errors, in order to flush your in-memory queue of items
> scheduled for indexing, and w
Otis Gospodnetic wrote:
If you take this approach, keep in mind that you will also need to
handle regular application shutdowns, and also try to catch some
crashes/errors, in order to flush your in-memory queue of items
scheduled for indexing, and write them to disk.
Feel free to post the code, if
If you take this approach, keep in mind that you will also need to
handle regular application shutdowns, and also try to catch some
crashes/errors, in order to flush your in-memory queue of items
scheduled for indexing, and write them to disk.
Feel free to post the code, if you want and can, so pe
ner [mailto:[EMAIL PROTECTED]
>Sent: Tuesday, April 05, 2005 9:38 AM
>To: java-user@lucene.apache.org
>Subject: Strategies for updating indexes.
>
>
>Hi
>
>
>
>I was wondering whether anyone has any experience of
>multithreaded updates to indexes. I the web app I
e.org
Subject: Re: Strategies for updating indexes.
Hi,
please see comments below.
On Tue, Apr 05, 2005 at 08:38:04AM +0100, Lee Turner wrote:
> Hi
>
> I was wondering whether anyone has any experience of multithreaded
> updates to indexes. I the web app I am working on there are additio
Hi,
please see comments below.
On Tue, Apr 05, 2005 at 08:38:04AM +0100, Lee Turner wrote:
> Hi
>
> I was wondering whether anyone has any experience of multithreaded
> updates to indexes. I the web app I am working on there are additions,
> updates and deletes that need to happen to the index t
Hi
I was wondering whether anyone has any experience of multithreaded
updates to indexes. I the web app I am working on there are additions,
updates and deletes that need to happen to the index throughout the
runtime of the application. Also, the application is run in a cluster
with each app