Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 18308 программистов и 1636 роботов. Сейчас ищут 1299 программистов ...
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