Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 87259 программистов и 1203 робота. Сейчас ищут 900 программистов ...
SolrInputDocument::setBoost - Sets the boost value for this document
Вернуться к: SolrInputDocument
SolrInputDocument::setBoost
(PECL solr >= 0.9.2)
SolrInputDocument::setBoost — Sets 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