parent root
PHP: SolrQuery::setHighlightMergeContiguous - Manual

SolrQuery::setHighlightMergeContiguous

(PECL solr >= 0.9.2)

SolrQuery::setHighlightMergeContiguousWhether or not to collapse contiguous fragments into a single fragment

Description

public SolrQuery::setHighlightMergeContiguous ( bool $flag [, string $field_override ] ) : SolrQuery

Whether or not to collapse contiguous fragments into a single fragment

Parameters

value

Whether or not to collapse contiguous fragments into a single fragment

field_override

The name of the field.

Return Values

Returns the current SolrQuery object, if the return value is used.

add a noteadd a note

User Contributed Notes

There are no user contributed notes for this page.
To Top
parent root