SolrQuery::getHighlightQuery

(PECL solr >= 2.7.0)

SolrQuery::getHighlightQueryReturn the highlight query

Açıklama

public function SolrQuery::getHighlightQuery(): ?string

Returns previously set highlight query from the hl.q parameter. This parameter allows you to highlight different terms or fields than those being used to retrieve documents. See the » Highlighting section for more details.

Bağımsız Değişkenler

Bu işlevin bağımsız değişkeni yoktur.

Dönen Değerler

Returns a string that contains the highlight query of the current SolrQuery, or null if highlight query is not set.

Ayrıca Bakınız

add a note

User Contributed Notes

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