RE: Locking in Lucene 2.1

2007-05-10 Thread Michael McCandless
"Andreas Guther" <[EMAIL PROTECTED]> wrote: > I opened an issue: https://issues.apache.org/jira/browse/LUCENE-877 Thanks for opening this issue, Andreas. I've fixed this in the trunk so it will be in Lucene 2.2. Mike - To unsu

RE: Locking in Lucene 2.1

2007-05-09 Thread Andreas Guther
I opened an issue: https://issues.apache.org/jira/browse/LUCENE-877 -Original Message- From: Daniel Naber [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 09, 2007 1:37 PM To: java-user@lucene.apache.org Subject: Re: Locking in Lucene 2.1 On Wednesday 09 May 2007 21:18, Andreas Guther

Re: Locking in Lucene 2.1

2007-05-09 Thread Daniel Naber
On Wednesday 09 May 2007 21:18, Andreas Guther wrote: > Do I miss something here or is the documentation not updated? Looks like that part of the documentation isn't up-to-date. The file is called write.lock and it's stored in the index directory. Could you file an issue so the documentation ge

Locking in Lucene 2.1

2007-05-09 Thread Andreas Guther
I am in the process to migrate from Lucene 2.0 to Lucene 2.1. >From reading the Changes document I understand that the write locks are now written into the index folder instead of the java.io.tmpdir. In the "Apache Lucene - Index File Formats" document in section "6.2 Lock File" I read that ther