SolrQuery::setExpandQuery

(PECL solr >= 2.2.0)

SolrQuery::setExpandQuerySets the expand.q parameter

Açıklama

publicSolrQuery::setExpandQuery(string$q): SolrQuery

Sets the expand.q parameter.

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

Bağımsız Değişkenler

q

Dönen Değerler

SolrQuery

Ayrıca Bakınız

To Top