LUCENE-5218: add CHANGES

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1526579 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael McCandless 2013-09-26 15:35:23 +00:00
parent 36276a6344
commit bcff47fc09
1 changed files with 4 additions and 0 deletions

View File

@ -244,6 +244,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