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 2009/11/07 22:13:01 UTC

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

Author: mikemccand
Date: Sat Nov  7 21:13:01 2009
New Revision: 833765

URL: http://svn.apache.org/viewvc?rev=833765&view=rev
Log:
LUCENE-2043: CommitIndexTask also commits pending changes in the open IndexReader

Modified:
    lucene/java/trunk/CHANGES.txt

Modified: lucene/java/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/java/trunk/CHANGES.txt?rev=833765&r1=833764&r2=833765&view=diff
==============================================================================
--- lucene/java/trunk/CHANGES.txt (original)
+++ lucene/java/trunk/CHANGES.txt Sat Nov  7 21:13:01 2009
@@ -200,6 +200,9 @@
  * LUCENE-1973: Un-deprecate IndexSearcher.setDefaultFieldSortScoring,
    to allow controlling per-IndexSearcher whether scores are computed
    when sorting by field.  (Uwe Schindler, Mike McCandless)
+
+ * LUCENE-2043: Make IndexReader.commit(Map<String,String>) public.
+   (Mike McCandless)
    
 Documentation