SolrQuery::setExpandQuery

SolrQuery::setExpandQuerySets the expand.q parameter

Description

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

Sets the expand.q parameter.

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

Parameters

q

Return Values

SolrQuery

See Also