SolrQuery::getExpandRows

(PECL solr >= 2.2.0)

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

Açıklama

publicSolrQuery::getExpandRows(): int

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

Bağımsız Değişkenler

Bu işlevin bağımsız değişkeni yoktur.

Dönen Değerler

Returns the number of rows.

To Top