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

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

Branch: refs/heads/branch_5x
Commit: 1dff75c643f17c5447264fecb9b71530e05f017f
Parents: e88a64a
Author: Steve Rowe <sa...@apache.org>
Authored: Fri Jun 10 03:00:46 2016 -0400
Committer: Steve Rowe <sa...@apache.org>
Committed: Fri Jun 10 03:00:46 2016 -0400

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


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/1dff75c6/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index d76a853..faec8ce 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -24,6 +24,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)
+
 Other Changes
 ----------------------