SolrQuery::setExpandQuery

(PECL solr >= 2.2.0)

SolrQuery::setExpandQuerySets the expand.q parameter

설명

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.

인수

q

반환값

SolrQuery

참고

add a note add a note

User Contributed Notes

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