Php/docs/solrquery.setstart

From Get docs

SolrQuery::setStart

(PECL solr >= 0.9.2)

SolrQuery::setStartSpecifies the number of rows to skip


Description

public SolrQuery::setStart ( int $start ) : SolrQuery

Specifies the number of rows to skip. Useful in pagination of results.


Parameters

start
The number of rows to skip.


Return Values

Returns the current SolrQuery object.