SolrQuery::setHighlight

(PECL solr >= 0.9.2)

SolrQuery::setHighlightEnables 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

Параметри

flag

Enable or disable highlighting

Значення, що повертаються

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

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top