> From: Stefan Bergstrand [mailto:[EMAIL PROTECTED]] > > When I merge indexes, using IndexWriter.addIndexes(Directory[]), the > original indexes are removed (or marked for deletion). I wish this > behaviour could be controlled somehow, for example by adding a boolean > parameter that controls wheather the indexes should be kept.
I think that is a bug. I think it should never delete these. I've attached a patched version of IndexWriter.java. Can you please try this and tell me if it fixes the problem? Thanks, Doug
IndexWriter.java
Description: Binary data
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
