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

Re: FileNotFound

2005-08-03 Thread Chris Lu
In my experience, when the index is updated, if you don't refresh the searcher by open the index again, you will have this error. -- Chris Lu Lucene Search RAD on Any Database http://www.dbsight.net On 8/1/05, Tony Wiegand <[EMAIL PROTECTED]> wrote: > > Does anyone know why luce