Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетил 141591 программист и 2290 роботов. Сейчас ищут 1205 программистов ...
SolrQuery::setHighlightFragsize - The size of fragments to consider for highlighting
Вернуться к: SolrQuery
SolrQuery::setHighlightFragsize
(PECL solr >= 0.9.2)
SolrQuery::setHighlightFragsize — The size of fragments to consider for highlighting
Описание
Sets the size, in characters, of fragments to consider for highlighting. "0" indicates that the whole field value should be used (no fragmenting).
Список параметров
-
size
-
The size, in characters, of fragments to consider for highlighting
-
field_override
-
The name of the field.
Возвращаемые значения
Returns the current SolrQuery object, if the return value is used.
Вернуться к: SolrQuery