SolrInputDocument
PHP Manual

SolrInputDocument::setBoost

(PECL solr >= 0.9.2)

SolrInputDocument::setBoostSets the boost value for this document

説明

public bool SolrInputDocument::setBoost ( float $documentBoostValue )

Sets the boost value for this document.

パラメータ

documentBoostValue

The index-time boost value for this document.

返り値

Returns TRUE on success and FALSE on failure.


SolrInputDocument
PHP Manual