CakeFest 2024: The Official CakePHP Conference

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 を返します。

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top