SolrInputDocument::setFieldBoost

(PECL solr >= 0.9.2)

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

説明

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

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

パラメータ

fieldName

フィールド名

fieldBoostValue

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

戻り値

成功した場合に true を、失敗した場合に false を返します。

関連キーワード:  フィールド, boost, インデキシング, 設定, SolrInputDocument, setFieldBoost, fieldBoostValue, fieldName, 成功, パラメータ