SolrInputDocument
PHP Manual

SolrInputDocument::setBoost

(PECL solr >= 0.9.2)

SolrInputDocument::setBoostSets the boost value for this document

Descrizione

public bool SolrInputDocument::setBoost ( float $documentBoostValue )

Sets the boost value for this document.

Elenco dei parametri

documentBoostValue

The index-time boost value for this document.

Valori restituiti

Restituisce TRUE in caso di successo, FALSE in caso di fallimento.


SolrInputDocument
PHP Manual