SolrQuery::setHighlight

(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.

doc_php
2016-02-24 16:11:34
Comments
Leave a Comment

Please login to continue.