array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'de', ), 'this' => array ( 0 => 'solrquery.setmltboost.php', 1 => 'SolrQuery::setMltBoost', 2 => 'Set if the query will be boosted by the interesting term relevance', ), 'up' => array ( 0 => 'class.solrquery.php', 1 => 'SolrQuery', ), 'prev' => array ( 0 => 'solrquery.setmlt.php', 1 => 'SolrQuery::setMlt', ), 'next' => array ( 0 => 'solrquery.setmltcount.php', 1 => 'SolrQuery::setMltCount', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/solr/solrquery/setmltboost.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

SolrQuery::setMltBoost

(PECL solr >= 0.9.2)

SolrQuery::setMltBoostSet if the query will be boosted by the interesting term relevance

Beschreibung

public SolrQuery::setMltBoost(bool $flag): SolrQuery

Set if the query will be boosted by the interesting term relevance

Parameter-Liste

value

Sets to true or false

Rückgabewerte

Returns the current SolrQuery object, if the return value is used.