CakeFest 2024: The Official CakePHP Conference

SolrInputDocument::getBoost

(PECL solr >= 0.9.2)

SolrInputDocument::getBoost文書に対する現行の boost 値を取得

説明

public SolrInputDocument::getBoost(): float

文書に対する現行の boost 値を取得します。

パラメータ

この関数にはパラメータはありません。

戻り値

成功した場合は boost 値、失敗した場合は false を返します。

add a note

User Contributed Notes

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