Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 18152 программиста и 1604 робота. Сейчас ищут 1256 программистов ...
SolrInputDocument::getBoost - Retrieves the current boost value for the document
Вернуться к: SolrInputDocument
SolrInputDocument::getBoost
(PECL solr >= 0.9.2)
SolrInputDocument::getBoost — Retrieves the current boost value for the document
Описание
public float SolrInputDocument::getBoost
( void
)
Retrieves the current boost value for the document.
Список параметров
У этой функции нет параметров.
Возвращаемые значения
Returns the boost value on success and FALSE
on failure.
Вернуться к: SolrInputDocument