SolrDisMaxQuery::setMinimumMatch
(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
戻り値
例
例1 SolrDisMaxQuery::setMinimumMatch() example
<?php
$dismaxQuery = new SolrDisMaxQuery("lucene");
// 75% of the query clauses must match
$dismaxQuery->setMinimumMatch("75%");
echo $dismaxQuery . PHP_EOL;
?>
上の例の出力は以下となります。
q=lucene&defType=edismax&mm=75%
+add a note
User Contributed Notes
There are no user contributed notes for this page.
↑ and ↓ to navigate •
Enter to select •
Esc to close
Press Enter without
selection to search using Google