mirror of https://github.com/apache/lucene.git
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:
parent
36276a6344
commit
bcff47fc09
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue