SolrQuery::setExpandRows

(PECL solr >= 2.2.0)

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

说明

publicSolrQuery::setExpandRows(int$value): SolrQuery

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

参数

value

返回值

SolrQuery

参见

To Top