SolrQuery::setHighlightQuery

(PECL solr >= 2.7.0)

SolrQuery::setHighlightQueryA query designated for highlighting

Beschreibung

public function SolrQuery::setHighlightQuery(string $q): SolrQuery

A query to use for highlighting and which will be set as the value of the Solr hl.q parameter. This parameter allows one to highlight different terms or fields than those being used to retrieve documents.

Default value when not set: the value of the request's q parameter.

See the » Highlighting section for more details about the Solr hl.q parameter.

Parameter-Liste

q

Highlight Query.

Rückgabewerte

Returns the current SolrQuery object.

Siehe auch

add a note

User Contributed Notes

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