php8.5
Home/ Manual/ solr / solrquery/ SolrQuery::setHighlight

SolrQuery::setHighlight

PHP function Edit on GitHub ✎

(PECL solr >= 0.9.2)

Enables or disables highlighting

Description

SolrQuery::setHighlight(bool $flag): SolrQuery

Setting it to true enables highlighted snippets to be generated in the query response.

Setting it to false disables highlighting

Parameters

flag

Enable or disable highlighting

Return Values

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

Source: reference/solr/solrquery/sethighlight.xml · from the official PHP manual (php/doc-en)