SolrInputDocument::setBoost
(PECL solr >= 0.9.2)
SolrInputDocument::setBoost — Sets the boost value for this document
说明
public SolrInputDocument::setBoost
( float
$documentBoostValue
) : boolSets the boost value for this document.
参数
-
documentBoostValue
-
The index-time boost value for this document.
返回值
成功时返回 TRUE
, 或者在失败时返回 FALSE
。