You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by rm...@apache.org on 2014/11/19 04:27:35 UTC

svn commit: r1640473 - /lucene/dev/trunk/lucene/CHANGES.txt

Author: rmuir
Date: Wed Nov 19 03:27:34 2014
New Revision: 1640473

URL: http://svn.apache.org/r1640473
Log:
LUCENE-6062: add CHANGES for bugfix

Modified:
    lucene/dev/trunk/lucene/CHANGES.txt

Modified: lucene/dev/trunk/lucene/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/CHANGES.txt?rev=1640473&r1=1640472&r2=1640473&view=diff
==============================================================================
--- lucene/dev/trunk/lucene/CHANGES.txt (original)
+++ lucene/dev/trunk/lucene/CHANGES.txt Wed Nov 19 03:27:34 2014
@@ -263,6 +263,9 @@ Bug Fixes
 
 * LUCENE-6060: Remove dangerous IndexWriter.unlock method (Simon
   Willnauer, Mike McCandless)
+
+* LUCENE-6062: Pass correct fieldinfos to docvalues producer when the
+  segment has updates. (Mike McCandless, Shai Erera, Robert Muir)
   
 Documentation