SolrQuery::setHighlightMergeContiguous
(PECL solr >= 0.9.2)
SolrQuery::setHighlightMergeContiguous — Whether or not to collapse contiguous fragments into a single fragment
説明
public SolrQuery::setHighlightMergeContiguous
( bool
$flag
[, string $field_override
] ) : SolrQueryWhether or not to collapse contiguous fragments into a single fragment
パラメータ
-
value -
Whether or not to collapse contiguous fragments into a single fragment
-
field_override -
The name of the field.
返り値
Returns the current SolrQuery object, if the return value is used.