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 2013/09/26 17:32:52 UTC

svn commit: r1526577 - in /lucene/dev/branches/branch_4x: ./ lucene/CHANGES.txt

Author: mikemccand
Date: Thu Sep 26 15:32:51 2013
New Revision: 1526577

URL: http://svn.apache.org/r1526577
Log:
LUCENE-5218: add CHANGES

Modified:
    lucene/dev/branches/branch_4x/   (props changed)
    lucene/dev/branches/branch_4x/lucene/CHANGES.txt

Modified: lucene/dev/branches/branch_4x/lucene/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_4x/lucene/CHANGES.txt?rev=1526577&r1=1526576&r2=1526577&view=diff
==============================================================================
--- lucene/dev/branches/branch_4x/lucene/CHANGES.txt (original)
+++ lucene/dev/branches/branch_4x/lucene/CHANGES.txt Thu Sep 26 15:32:51 2013
@@ -197,6 +197,10 @@ Bug Fixes
   return a ConstantScoreQuery to make scoring consistent. Previously it
   returned an empty unwrapped BooleanQuery, if no terms were available,
   which has a different query norm.  (Nik Everett, Uwe Schindler)
+
+* LUCENE-5218: In some cases, trying to retrieve or merge a 0-length
+  binary doc value would hit an ArrayIndexOutOfBoundsException.
+  (Littlestar via Mike McCandless)
   
 API Changes