SolrQuery::getHighlightMergeContiguous
PHP function
Edit on GitHub ✎
(PECL solr >= 0.9.2)
Returns whether or not the collapse contiguous fragments into a single fragment
Description
SolrQuery::getHighlightMergeContiguous([string $field_override]): bool
Returns whether or not the collapse contiguous fragments into a single fragment. Accepts an optional field override.
Parameters
field_overrideThe name of the field
Return Values
Returns a boolean on success and null if not set.