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