(PECL solr >= 0.9.2)
Sets the boost value for this document
public bool SolrInputDocument::setBoost ( float $documentBoostValue )
Sets the boost value for this document.
Parameters:
documentBoostValue
The index-time boost value for this document.
Returns:
Returns TRUE
on success or FALSE
on failure.
Please login to continue.