Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17376 программистов и 1696 роботов. Сейчас ищут 1165 программистов ...
SolrInputDocument::getFieldBoost - Retrieves the boost value for a particular field
Вернуться к: SolrInputDocument
SolrInputDocument::getFieldBoost
(PECL solr >= 0.9.2)
SolrInputDocument::getFieldBoost — Retrieves the boost value for a particular field
Описание
public float SolrInputDocument::getFieldBoost
( string
$fieldName
)Retrieves the boost value for a particular field.
Список параметров
-
fieldName
-
The name of the field.
Возвращаемые значения
Returns the boost value for the field or FALSE
if there was an error.
Вернуться к: SolrInputDocument