mirror of https://github.com/apache/lucene.git
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:
parent
b866828bab
commit
c206a378b7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue