You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by mi...@apache.org on 2011/01/23 14:36:49 UTC

svn commit: r1062425 - /lucene/dev/branches/branch_3x/lucene/CHANGES.txt

Author: mikemccand
Date: Sun Jan 23 13:36:49 2011
New Revision: 1062425

URL: http://svn.apache.org/viewvc?rev=1062425&view=rev
Log:
LUCENE-2809: add missing CHANGES entry

Modified:
    lucene/dev/branches/branch_3x/lucene/CHANGES.txt

Modified: lucene/dev/branches/branch_3x/lucene/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_3x/lucene/CHANGES.txt?rev=1062425&r1=1062424&r2=1062425&view=diff
==============================================================================
--- lucene/dev/branches/branch_3x/lucene/CHANGES.txt (original)
+++ lucene/dev/branches/branch_3x/lucene/CHANGES.txt Sun Jan 23 13:36:49 2011
@@ -355,6 +355,9 @@ Bug fixes
 * LUCENE-2584: SegmentInfo.files() could hit ConcurrentModificationException if
   called by multiple threads. (Alexander Kanarsky via Shai Erera)
 
+* LUCENE-2809: Fixed IndexWriter.numDocs to take into account take
+  into account applied but not yet flushed deletes.  (Mike McCandless)
+
 New features
 
 * LUCENE-2128: Parallelized fetching document frequencies during weight