>>>Did you use a readwrite lock? If you did, do you know how the
>
> performance of new readers is effected if a single write is processed?
> ??Every request for a reader has to wait untill the writer is finished..
No, I'm not using that kind of read/write lock. In fact, you can open multiple
rea
My company would like to make the following contribution to Lucene (in
sandbox?) licensed under the Apache License, Version 2.0.
Background: While doing project work on a web-based search engine we
have developed a component called LuceneIndexAccessor. This component
provides a high-level index
Original Message
Subject: Contribution: LuceneIndexAccessor
Date: Mon, 16 May 2005 18:11:23 +0200
From: Maik Schreiber <[EMAIL PROTECTED]>
Reply-To: java-dev@lucene.apache.org
To: java-dev@lucene.apache.org
Hi,
My company would like to make the following contribution to