PHP 8.3.4 Released!

SolrQuery::setExplainOther

(PECL solr >= 0.9.2)

SolrQuery::setExplainOtherSets the explainOther common query parameter

Beschreibung

public SolrQuery::setExplainOther(string $query): SolrQuery

Sets the explainOther common query parameter

Parameter-Liste

query

The Lucene query to identify a set of documents

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