GoLang SolrInputDocument::setBoost

request it (210)
GoLang replacement for PHP's SolrInputDocument::setBoost [edit | history]



Do you know a GoLang replacement for PHP's SolrInputDocument::setBoost? Write it!

PHP SolrInputDocument::setBoost

PHP original manual for SolrInputDocument::setBoost [ show | php.net ]

SolrInputDocument::setBoost

(PECL solr >= 0.9.2)

SolrInputDocument::setBoostSets the boost value for this document

Description

public bool SolrInputDocument::setBoost ( float $documentBoostValue )

Sets the boost value for this document.

Parameters

documentBoostValue

The index-time boost value for this document.

Return Values

Returns TRUE on success or FALSE on failure.