Re: IndexWriter stopped before commit

2009-05-14 Thread liat oren
Thanks Mike, I will do that 2009/5/13 Michael McCandless > Unfortunately, no. > > If the JRE crashes/exits without IndexWriter.commit (or close) being > called, then the index will reflect none of the changes during that > session. > > There will be partial files in there (that's why you see so

Re: IndexWriter stopped before commit

2009-05-13 Thread Michael McCandless
Unfortunately, no. If the JRE crashes/exits without IndexWriter.commit (or close) being called, then the index will reflect none of the changes during that session. There will be partial files in there (that's why you see so much disk space being used) but there's no segments file describing what

IndexWriter stopped before commit

2009-05-13 Thread liat oren
Hi all, I ran a code that joins a list of indexes to one index. The commit and close of the writer is done when we finish looping on the list of the original paths. An error occured before it arrived to the commit part. The index size is big, so it looks like the data is there, but when I check th