SolrQuery::setGroupLimit

(PECL solr >= 2.2.0)

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

Descripción

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

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

Parámetros

value

Valores devueltos

Ver también

add a note add a note

User Contributed Notes

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