Re: MergePolicy$MergeException during IndexWriter.addIndexesNoOptimize

2009-02-04 Thread Michael McCandless
Hmm... this is not in fact considered a fatal error to addIndexesNoOptimize. If you were to optimize(), you would then see an exception thrown. Here's why: when addIndexesNoOptimize runs, it simply appends the imported segment description to the internal SegmentInfos and then asks the MergePolic

MergePolicy$MergeException during IndexWriter.addIndexesNoOptimize

2009-02-02 Thread David Fertig
Hello. Hopefully this is the correct forum. I am currently using release 2.3.2 as my stable release, but have tried this 2.4 as well. I have 4 threads indexing documents into separate indexes and then merging them into a larger master index. If the master index is previously corrupted (suc