SolrQuery::getGroupMain
PHP Manual
PHP Manual»SolrQuery»SolrQuery::getGroupMain

SolrQuery::getGroupMain

(PECL solr >= 2.2.0)

SolrQuery::getGroupMainReturns the group.main value

Descrizione

public function SolrQuery::getGroupMain(): bool

Returns the group.main value

Elenco dei parametri

Questa funzione non contiene parametri.

Valori restituiti

Vedere anche:

  • SolrQuery::setGroupMain() - If true, the result of the first field grouping command is used as the main result list in the response, using group.format=simple
To Top