SolrQuery::setExplainOther
PHP function
Edit on GitHub ✎
(PECL solr >= 0.9.2)
Sets the explainOther common query parameter
Description
SolrQuery::setExplainOther(string $query): SolrQuery
Sets the explainOther common query parameter
Parameters
queryThe Lucene query to identify a set of documents
Return Values
Returns the current SolrQuery object, if the return value is used.