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

SolrQuery::getExpand

(PECL solr >= 2.2.0)

SolrQuery::getExpandReturns true if group expanding is enabled

Description

public function SolrQuery::getExpand(): bool

Returns true if group expanding is enabled

Parameters

This function has no parameters.

Return Values

Returns whether group expanding is enabled.

To Top