PHP 8.6.0 Beta 3 is available for testing

SolrQuery::setExpandQuery

(PECL solr >= 2.2.0)

SolrQuery::setExpandQuerySets the expand.q parameter

Descrizione

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

Sets the expand.q parameter.

Overrides the main q parameter, determines which documents to include in the main group.

Elenco dei parametri

q

Valori restituiti

SolrQuery

Vedere anche:

add a note

User Contributed Notes

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