SolrInputDocument::getFieldBoost
PHP function
Edit on GitHub ✎
(PECL solr >= 0.9.2)
Retrieves the boost value for a particular field
Description
SolrInputDocument::getFieldBoost(string $fieldName): float
Retrieves the boost value for a particular field.
Parameters
fieldNameThe name of the field.
Return Values
Returns the boost value for the field or false if there was an error.