(PECL solr >= 0.9.2)
Enables or disables highlighting
public SolrQuery SolrQuery::setHighlight ( bool $flag )
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
Returns:
Returns the current SolrQuery object, if the return value is used.
Please login to continue.