You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@lucene.apache.org by mi...@apache.org on 2008/09/20 01:23:10 UTC

svn commit: r697277 - /lucene/java/trunk/CHANGES.txt

Author: mikemccand
Date: Fri Sep 19 16:23:10 2008
New Revision: 697277

URL: http://svn.apache.org/viewvc?rev=697277&view=rev
Log:
LUCENE-1335: adding missing entry to CHANGES.txt

Modified:
    lucene/java/trunk/CHANGES.txt

Modified: lucene/java/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/java/trunk/CHANGES.txt?rev=697277&r1=697276&r2=697277&view=diff
==============================================================================
--- lucene/java/trunk/CHANGES.txt (original)
+++ lucene/java/trunk/CHANGES.txt Fri Sep 19 16:23:10 2008
@@ -50,6 +50,13 @@
     that take an autoCommit argument have been deprecated) (Mike
     McCandless)
 
+ 3. LUCENE-1335: IndexWriter.addIndexes(Directory[]) and
+    addIndexesNoOptimize no longer allow the same Directory instance
+    to be passed in more than once.  Internally, IndexWriter uses
+    Directory and segment name to uniquely identify segments, so
+    adding the same Directory more than once was causing duplicates
+    which led to problems (Mike McCandless)
+
 API Changes
 
  1. LUCENE-1084: Changed all IndexWriter constructors to take an