RE: Lucene on a cluster environment

2008-03-19 Thread Robert . Hastings
No noticeable performance hit, searches are not a bottleneck in our system. We don't have disk redundancy. Dragon Fly <[EMAIL PROTECTED]> 03/19/2008 11:47 AM Please respond to java-user@lucene.apache.org To cc Subject RE: Lucene on a cluster environment Hi Robert,

RE: Lucene on a cluster environment

2008-03-19 Thread Dragon Fly
> Subject: Re: Lucene on a cluster environment > From: [EMAIL PROTECTED] > Date: Wed, 19 Mar 2008 10:16:29 -0500 > > We went through this a couple of years ago. I couldn't find the thread in > the archive but the jist of it is as follows: > > 1. We have a singleton

Re: Lucene on a cluster environment

2008-03-19 Thread Robert . Hastings
We went through this a couple of years ago. I couldn't find the thread in the archive but the jist of it is as follows: 1. We have a singleton thread that does all of the writing. new Documents and deletions are queued to the writer via a database table. 2. Since searchers are "point in time