SolrQuery::setHighlightMergeContiguous

(PECL solr >= 0.9.2)

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

Açıklama

publicSolrQuery::setHighlightMergeContiguous(bool$flag, string$field_override = ?): SolrQuery

Whether or not to collapse contiguous fragments into a single fragment

Bağımsız Değişkenler

value

Whether or not to collapse contiguous fragments into a single fragment

field_override

The name of the field.

Dönen Değerler

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

To Top