Re: question regarding the "commit.lock"

2005-06-29 Thread Ian Lea
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

question regarding the "commit.lock"

2005-06-28 Thread jian chen
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, ---