SolrQuery::setGroupMain

(PECL solr >= 2.2.0)

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

Beschreibung

public function SolrQuery::setGroupMain(string $value): SolrQuery

If true, the result of the first field grouping command is used as the main result list in the response, using group.format=simple.

Parameter-Liste

value

If true, the result of the first field grouping command is used as the main result list in the response.

Rückgabewerte

Returns an instance of SolrQuery.

Siehe auch

+add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top