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

SolrQuery::getExpand

(PECL solr >= 2.2.0)

SolrQuery::getExpandReturns true if group expanding is enabled

Опис

public function SolrQuery::getExpand(): bool

Returns true if group expanding is enabled

Параметри

У цієї функції немає параметрів.

Значення, що повертаються

Returns whether group expanding is enabled.

To Top