PHP 7.0.6 Released

SolrQuery::setExpandRows

(PECL solr >= 2.2.0)

SolrQuery::setExpandRowsSets the number of rows to display in each group (expand.rows). Server Default 5

Description

public SolrQuery SolrQuery::setExpandRows ( integer $value )

Sets the number of rows to display in each group (expand.rows). Server Default 5

Parameters

value

Return Values

SolrQuery

See Also

User Contributed Notes

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