mirror of https://github.com/apache/lucene.git
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
This commit is contained in:
parent
3c789e9d27
commit
74d94ec265
|
@ -170,6 +170,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)
|
||||
|
||||
Optimizations
|
||||
----------------------
|
||||
* SOLR-8722: Don't force a full ZkStateReader refresh on every Overseer operation.
|
||||
|
|
Loading…
Reference in New Issue