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/10 07:01:57 UTC

[09/11] lucene-solr:branch_5_5: SOLR-8812: CHANGES.txt entry

SOLR-8812: CHANGES.txt 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/508f8f83
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/508f8f83
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/508f8f83

Branch: refs/heads/branch_5_5
Commit: 508f8f83e1ed3bb8c7f8ca37d767e95b5b7b87c3
Parents: 5bc3494
Author: Steve Rowe <sa...@apache.org>
Authored: Fri Jun 10 02:57:34 2016 -0400
Committer: Steve Rowe <sa...@apache.org>
Committed: Fri Jun 10 02:57:34 2016 -0400

----------------------------------------------------------------------
 solr/CHANGES.txt | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/508f8f83/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 27cfd02..ac59af2 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -16,6 +16,10 @@ Bug Fixes
 
 * SOLR-9191: OverseerTaskQueue.peekTopN() fatally flawed (Scott Blum, Noble Paul)
 
+* SOLR-8812: edismax: turn off mm processing if no explicit mm spec is provided
+  and there are explicit operators (except for AND) - addresses problems caused by SOLR-2649.
+  (Greg Pendlebury, Jan H�ydahl, Erick Erickson, Steve Rowe)
+
 ======================= 5.5.1 =======================
 
 Bug Fixes