SolrQuery::setExplainOther

(PECL solr >= 0.9.2)

SolrQuery::setExplainOtherSets the explainOther common query parameter

Açıklama

publicSolrQuery::setExplainOther(string$query): SolrQuery

Sets the explainOther common query parameter

Bağımsız Değişkenler

query

The Lucene query to identify a set of documents

Dönen Değerler

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

To Top