Re: FileNotFound Exception While Indexing

2007-06-12 Thread Nott
HI Thanks for the update This does not occur often. Happens occassionally. I'll further monitor and let you know if I find some thing If it happens will do the verbose output for IndexWriter.setInfoStream Regards Bharath On 6/12/07, Michael McCandless <[EMAIL PROTECTED]> wrote: This looks

Re: FileNotFound Exception While Indexing

2007-06-12 Thread Michael McCandless
This looks like a rather serious error. It seems like that file has somehow gone missing in your index. On adding a given document, Lucene has flushed its buffered documents and is attempting to merge segments together when it finds that one of the segments that it thinks exists (_v3.cfs) and ne

FileNotFound Exception While Indexing

2007-06-12 Thread Nott
Hi We run a batch job written on Java that reads a Oracle DB and creates a Lucene INDEX. We use Compass interface to do the index creation operations This is a scheduled job and this is a batch insert transaction job suddenly we are getting the following exception. I wnet through the forum and var