SolrInputDocument
PHP Manual

SolrInputDocument::setBoost

(PECL solr >= 0.9.2)

SolrInputDocument::setBoostSets the boost value for this document

Opis

public bool SolrInputDocument::setBoost ( float $documentBoostValue )

Sets the boost value for this document.

Parametry

documentBoostValue

The index-time boost value for this document.

Zwracane wartości

Zwraca TRUE w przypadku powodzenia, FALSE w przypadku błędu.


SolrInputDocument
PHP Manual