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