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
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
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