PHP 7.0.6 Released

SolrQuery::setExpandQuery

(PECL solr >= 2.2.0)

SolrQuery::setExpandQuerySets the expand.q parameter

Description

public SolrQuery SolrQuery::setExpandQuery ( string $q )

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

User Contributed Notes

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