Re: Strategies for updating indexes.

2005-04-06 Thread Jens Kraemer
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

Re: Strategies for updating indexes.

2005-04-05 Thread Paul Smith
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

Re: Strategies for updating indexes.

2005-04-05 Thread Otis Gospodnetic
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

RE: Strategies for updating indexes.

2005-04-05 Thread Nestel, Frank IZ/HZA-IOL
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

RE: Strategies for updating indexes.

2005-04-05 Thread Lee Turner
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

Re: Strategies for updating indexes.

2005-04-05 Thread Jens Kraemer
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

Strategies for updating indexes.

2005-04-05 Thread Lee Turner
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