SolrQuery::setHighlightMergeContiguous
PHP function
Edit on GitHub ✎
(PECL solr >= 0.9.2)
Whether or not to collapse contiguous fragments into a single fragment
Description
SolrQuery::setHighlightMergeContiguous(bool $flag, [string $field_override]): SolrQuery
Whether or not to collapse contiguous fragments into a single fragment
Parameters
valueWhether or not to collapse contiguous fragments into a single fragment
field_overrideThe name of the field.
Return Values
Returns the current SolrQuery object, if the return value is used.