-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 7.4
-
Component/s: documentation
-
Labels:None
DisMaxQParser.parseMinShouldMatch() sets default mm to 100% if q.op=="AND", and to 0% otherwise.
ExtendedDismaxQParser.parseOriginalQuery() sets default mm to 0% if there are explicit operators other than "AND" in the query (see SOLR-2649 and SOLR-8812), and otherwise falls through to dismax’s logic.