SolrQuery::getMltBoost

(PECL solr >= 0.9.2)

SolrQuery::getMltBoostReturns whether or not the query will be boosted by the interesting term relevance

説明

publicSolrQuery::getMltBoost(): bool

Returns whether or not the query will be boosted by the interesting term relevance

パラメータ

この関数にはパラメータはありません。

戻り値

Returns a boolean on success and null if not set.

To Top