You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sa...@apache.org on 2016/06/16 17:48:20 UTC

[3/3] lucene-solr:branch_5_5: LUCENE-7132: Add 5.5.2 CHANGES entry

LUCENE-7132: Add 5.5.2 CHANGES entry


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/4f6bddef
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/4f6bddef
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/4f6bddef

Branch: refs/heads/branch_5_5
Commit: 4f6bddefe3310e0361c9b57fd522781d82c89bb8
Parents: 77844e2
Author: Steve Rowe <sa...@apache.org>
Authored: Thu Jun 16 13:45:13 2016 -0400
Committer: Steve Rowe <sa...@apache.org>
Committed: Thu Jun 16 13:45:29 2016 -0400

----------------------------------------------------------------------
 lucene/CHANGES.txt | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/4f6bddef/lucene/CHANGES.txt
----------------------------------------------------------------------
diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index 1fcdd29..e5ad31e 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -38,6 +38,11 @@ Bug Fixes
   one update batch could be applied in the wrong order resulting in
   the wrong updated value (Ishan Chattopadhyaya, hossman, Mike McCandless)
 
+* LUCENE-7132: BooleanQuery sometimes assigned too-low scores in cases
+  where ranges of documents had only a single clause matching while
+  other ranges had more than one clause matching (Ahmet Arslan,
+  hossman, Mike McCandless)
+
 ======================= Lucene 5.5.1 =======================
 
 Bug fixes