PHP 8.3.4 Released!

SolrQuery::setHighlight

(PECL solr >= 0.9.2)

SolrQuery::setHighlightEnables or disables highlighting

Beschreibung

public 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

Parameter-Liste

flag

Enable or disable highlighting

Rückgabewerte

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

add a note

User Contributed Notes

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