SolrQuery::setHighlightMergeContiguous
(PECL solr >= 0.9.2)
SolrQuery::setHighlightMergeContiguous — Whether or not to collapse contiguous fragments into a single fragment
Описание
public SolrQuery SolrQuery::setHighlightMergeContiguous
(
bool $flag
[,
string $field_override
] )
Список параметров
-
value
-
Whether or not to collapse contiguous fragments into a single fragment
-
field_override
-
The name of the field.
Возвращаемые значения
Returns the current SolrQuery object, if the return value is used.