(PECL solr >= 0.9.2)
Retrieves the boost value for a particular field
public float SolrInputDocument::getFieldBoost ( string $fieldName )
Retrieves the boost value for a particular field.
Parameters:
fieldName
The name of the field.
Returns:
Returns the boost value for the field or FALSE
if there was an error.
Please login to continue.