SolrInputDocument
PHP Manual

SolrInputDocument::setBoost

(PECL solr >= 0.9.2)

SolrInputDocument::setBoostSets the boost value for this document

설명

public bool SolrInputDocument::setBoost ( float $documentBoostValue )

Sets the boost value for this document.

인수

documentBoostValue

The index-time boost value for this document.

반환값

성공 시 TRUE를, 실패 시 FALSE를 반환합니다.


SolrInputDocument
PHP Manual