SolrQuery::getMltBoost

(PECL solr >= 0.9.2)

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

Açıklama

publicSolrQuery::getMltBoost(): bool

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

Bağımsız Değişkenler

Bu işlevin bağımsız değişkeni yoktur.

Dönen Değerler

Returns a boolean on success and null if not set.

To Top