(No version information available, might only be in Git)
SolrDisMaxQuery::setMinimumMatch — Set Minimum "Should" Match (mm)
Set Minimum "Should" Match parameter (mm). If the default query operator is AND then mm=100%, if the default query operator (q.op) is OR, then mm=0%.
value
Minimum match value/expression
Example #1 SolrDisMaxQuery::setMinimumMatch() example
<?php
$dismaxQuery = new SolrDisMaxQuery("lucene");
/ 75% of the query clauses must match
$dismaxQuery->setMinimumMatch("75%");
echo $dismaxQuery . PHP_EOL;
?>
The above example will output:
q=lucene&defType=edismax&mm=75%
Follow Lee on X/Twitter - Father, Husband, Serial builder creating AI, crypto, games & web tools. We are friends :) AI Will Come To Life!
Check out: eBank.nz (Art Generator) |
Netwrck.com (AI Tools) |
Text-Generator.io (AI API) |
BitBank.nz (Crypto AI) |
ReadingTime (Kids Reading) |
RewordGame |
BigMultiplayerChess |
WebFiddle |
How.nz |
Helix AI Assistant