Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 16108 программистов и 1772 робота. Сейчас ищут 1811 программистов ...
SolrQuery::setHighlightMaxAlternateFieldLength - Sets the maximum number of characters of the field to return
Вернуться к: SolrQuery
SolrQuery::setHighlightMaxAlternateFieldLength
(PECL solr >= 0.9.2)
SolrQuery::setHighlightMaxAlternateFieldLength — Sets the maximum number of characters of the field to return
Описание
public SolrQuery SolrQuery::setHighlightMaxAlternateFieldLength
( int
$fieldLength
[, string $field_override
] )
If SolrQuery::setHighlightAlternateField() was passed the value TRUE
, this parameter specifies the maximum number of characters of the field to return
Any value less than or equal to 0 means unlimited.
Список параметров
-
fieldLength
-
The length of the field
-
field_override
-
The name of the field.
Возвращаемые значения
Returns the current SolrQuery object, if the return value is used.
Вернуться к: SolrQuery