SolrInputDocument::getBoost

(PECL solr >= 0.9.2)

SolrInputDocument::getBoostRetrieves the current boost value for the document

Açıklama

publicSolrInputDocument::getBoost(): float

Retrieves the current boost value for the document.

Bağımsız Değişkenler

Bu işlevin bağımsız değişkeni yoktur.

Dönen Değerler

Returns the boost value on success and false on failure.

To Top