update : 2015.11.03
php.shukuma.com

검색:
 
 
Retrieves the boost value for a particular field

SolrInputDocument::getFieldBoost

(PECL solr >= 0.9.2)

SolrInputDocument::getFieldBoostRetrieves the boost value for a particular field

설명

public float SolrInputDocument::getFieldBoost ( string $fieldName )

Retrieves the boost value for a particular field.

인수

fieldName

The name of the field.

반환값

Returns the boost value for the field or FALSE if there was an error.