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
flagEnable or disable highlighting
Return Values
Returns the current SolrQuery object, if the return value is used.