SolrInputDocument
PHP Manual

SolrInputDocument::setFieldBoost

(PECL solr >= 0.9.2)

SolrInputDocument::setFieldBoostフィールドに対するインデキシング時間の boost 値を設定

説明

public bool SolrInputDocument::setFieldBoost ( string $fieldName , float $fieldBoostValue )

フィールドに対するインデキシング時間の boost 値を設定します。 これは、このフィールドに対する現行の boost 値を置換します。

パラメータ

fieldName

フィールド名

fieldBoostValue

インデキシング時間の boost 値


SolrInputDocument
PHP Manual