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:55 UTC

[07/11] lucene-solr:branch_6_0: 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/d5712fea
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/d5712fea
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/d5712fea

Branch: refs/heads/branch_6_0
Commit: d5712fea6058ed5fe905f4e157466d117a1f38c0
Parents: 202b993
Author: Steve Rowe <sa...@apache.org>
Authored: Fri Jun 10 02:42:48 2016 -0400
Committer: Steve Rowe <sa...@apache.org>
Committed: Fri Jun 10 02:42:48 2016 -0400

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


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/d5712fea/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 90cc88f..2b27844 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -23,6 +23,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)
+
 ==================  6.0.1 ==================
 
 Upgrade Notes