Dutch PHP Conference 2025 - Call For Papers

SolrQuery::setGroupMain

(PECL solr >= 2.2.0)

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

Опис

public 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.

Параметри

value

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

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

Returns an instance of SolrQuery.

Прогляньте також

add a note

User Contributed Notes

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