Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 16184 программиста и 1779 роботов. Сейчас ищет 1731 программист ...
SolrInputDocument::setFieldBoost - Sets the index-time boost value for a field
Вернуться к: SolrInputDocument
SolrInputDocument::setFieldBoost
(PECL solr >= 0.9.2)
SolrInputDocument::setFieldBoost — Sets the index-time boost value for a field
Описание
public bool SolrInputDocument::setFieldBoost
( string
$fieldName
, float $fieldBoostValue
)Sets the index-time boost value for a field. This replaces the current boost value for this field.
Список параметров
-
fieldName
-
The name of the field.
-
fieldBoostValue
-
The index time boost value.
Вернуться к: SolrInputDocument