PHP 8.4.6 Released!

SolrQuery::getExpandRows

(PECL solr >= 2.2.0)

SolrQuery::getExpandRowsReturns The number of rows to display in each group (expand.rows)

Description

public SolrQuery::getExpandRows(): int

Returns The number of rows to display in each group (expand.rows)

Parameters

This function has no parameters.

Return Values

Returns the number of rows.

User Contributed Notes

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