mirror of https://github.com/apache/lucene.git
LUCENE-5245: backport to lucene_4_5
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1526571 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d98e92a87c
commit
36276a6344
|
@ -89,11 +89,6 @@ Bug Fixes
|
|||
its state, which could result in exceptions being thrown, as well as
|
||||
incorrect ordinals returned from getParent. (Shai Erera)
|
||||
|
||||
* LUCENE-5245: Fix MultiTermQuery's constant score rewrites to always
|
||||
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)
|
||||
|
||||
API Changes:
|
||||
|
||||
* LUCENE-5222: Add SortField.needsScores(). Previously it was not possible
|
||||
|
@ -245,6 +240,11 @@ Bug Fixes
|
|||
* LUCENE-5223: Fixed IndexUpgrader command line parsing: -verbose is not required
|
||||
and -dir-impl option now works correctly. (hossman)
|
||||
|
||||
* LUCENE-5245: Fix MultiTermQuery's constant score rewrites to always
|
||||
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)
|
||||
|
||||
API Changes
|
||||
|
||||
* LUCENE-5094: Add ramBytesUsed() to MultiDocValues.OrdinalMap.
|
||||
|
|
Loading…
Reference in New Issue