SolrQuery::getMltBoost

(PECL solr >= 0.9.2)

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

Descrição

publicSolrQuery::getMltBoost(): bool

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

Parâmetros

Esta função não possui parâmetros.

Valor Retornado

Returns a boolean on success and null if not set.

To Top