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,
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
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