LUCENE-1335: adding missing entry to CHANGES.txt

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@697277 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael McCandless 2008-09-19 23:23:10 +00:00
parent b866828bab
commit c206a378b7
1 changed files with 7 additions and 0 deletions

View File

@ -50,6 +50,13 @@ Changes in runtime behavior
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