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.

返り値

成功した場合に TRUE を、失敗した場合に FALSE を返します。


SolrInputDocument
PHP Manual