SolrQuery::setExpandRows

(PECL solr >= 2.2.0)

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

Açıklama

publicSolrQuery::setExpandRows(int$value): SolrQuery

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

Bağımsız Değişkenler

value

Dönen Değerler

SolrQuery

Ayrıca Bakınız

To Top