(PECL solr >= 0.9.2)
SolrInputDocument::setFieldBoost — フィールドに対するインデキシング時間の boost 値を設定
$fieldName
$fieldBoostValue
フィールドに対するインデキシング時間の boost 値を設定します。 これは、このフィールドに対する現行の boost 値を置換します。
fieldName
フィールド名
fieldBoostValue
インデキシング時間の boost 値
成功した場合に true を、失敗した場合に false を返します。
true
false