http://lucene.apache.org/java/docs/api/org/apache/lucene/store/Lock.With.html#run()
--
Ian.
On 29/06/05, jian chen <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I am looking at and trying to understand more about Lucene's
> reader/writer synchronization. Does anyone know when the commit.lock
> is releas
Hi,
I am looking at and trying to understand more about Lucene's
reader/writer synchronization. Does anyone know when the commit.lock
is release? I could not find it anywhere in the source code.
I did see the write.lock is released in IndexWriter.close().
Thanks,
---