I had this same problem. I began calling
IndexWriter.setUseCompoundFile(true) when I open an IndexWriter and
before I index. Since I have used this method call, I have not seen the
problem again.
Hope this helps.
-Original Message-
From: WATHELET Thomas [mailto:[EMAIL PROTECTED]
Sent
Hey Thomas,
It looks like your index file(s) are being stored on a
remote file system. Is it possible that the network
connection fails sometimes during your
indexing/searching operation?
If that's not the issue, you mention that you're
creating your index file at the same time that you're
search