SolrQuery::getExpand
PHP Manual
PHP Manual»SolrQuery»SolrQuery::getExpand

SolrQuery::getExpand

(PECL solr >= 2.2.0)

SolrQuery::getExpandReturns true if group expanding is enabled

Beschreibung

public function SolrQuery::getExpand(): bool

Returns true if group expanding is enabled

Parameter-Liste

Diese Funktion besitzt keine Parameter.

Rückgabewerte

Returns whether group expanding is enabled.

To Top