RE: Can't open index

2006-06-23 Thread Charles.Sanders
] Sent: Thursday, June 22, 2006 9:01 AM To: java-user@lucene.apache.org Subject: Can't open index I'm creating my index file and in the same time I try to do some searches inside. Sometimes I retrieve this error message: "\\tradluxstmp01\JavaIndex\tra\index_FR\_335.fnm (The system canno

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

Can't open index

2006-06-22 Thread WATHELET Thomas
I'm creating my index file and in the same time I try to do some searches inside. Sometimes I retrieve this error message: "\\tradluxstmp01\JavaIndex\tra\index_FR\_335.fnm (The system cannot find the file specified)" What I have to do or what's happen?