RE: Can't open index

2006-06-23 Thread Charles.Sanders
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

Re: Can't open index

2006-06-22 Thread James Pine
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