Php/docs/solrquery.setrows

From Get docs

SolrQuery::setRows

(PECL solr >= 0.9.2)

SolrQuery::setRowsSpecifies the maximum number of rows to return in the result


Description

public SolrQuery::setRows ( int $rows ) : SolrQuery

Specifies the maximum number of rows to return in the result


Parameters

rows
The maximum number of rows to return


Return Values

Returns the current SolrQuery object.