GoLang SolrQuery::setHighlightMergeContiguous

request it (199)
GoLang replacement for PHP's SolrQuery::setHighlightMergeContiguous [edit | history]



Do you know a GoLang replacement for PHP's SolrQuery::setHighlightMergeContiguous? Write it!

PHP SolrQuery::setHighlightMergeContiguous

PHP original manual for SolrQuery::setHighlightMergeContiguous [ show | php.net ]

SolrQuery::setHighlightMergeContiguous

(PECL solr >= 0.9.2)

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

Description

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

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.