AW: Leftover write.lock file

2016-06-01 Thread Oliver Kaleske
Hi, > Never mind, folks. Just found an answer: > http://www.gossamer-threads.com/lists/lucene/java-user/110708 > > ... > > I am new to lucene. I was following the example, IndexFiles, from the > > lucene demo package. However, one thing I find surpring is that the > > write.lock file is left over,

Re: Leftover write.lock file

2016-05-22 Thread Jianbao (Jim) Tao
Never mind, folks. Just found an answer: http://www.gossamer-threads.com/lists/lucene/java-user/110708 On Sun, May 22, 2016 at 10:20 AM, Jianbao (Jim) Tao wrote: > Hi, > > I am new to lucene. I was following the example, IndexFiles, from the > lucene demo package. However, one thing I find surpr

Leftover write.lock file

2016-05-22 Thread Jianbao (Jim) Tao
Hi, I am new to lucene. I was following the example, IndexFiles, from the lucene demo package. However, one thing I find surpring is that the write.lock file is left over, even when the IndexWriter#close() method is called. Below are details. Environment: OS X Yosemite java version "1.8.0_72" Jav