Dutch PHP Conference 2025 - Call For Papers

SolrQuery::setGroupLimit

(PECL solr >= 2.2.0)

SolrQuery::setGroupLimitSpecifies the number of results to return for each group. The server default value is 1

Опис

public SolrQuery::setGroupLimit(int $value): SolrQuery

Specifies the number of results to return for each group. The server default value is 1.

Параметри

value

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

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

add a note

User Contributed Notes

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