(PECL solr >= 0.9.2)
Specifies the number of rows to skip
public SolrQuery SolrQuery::setStart ( int $start )
Specifies the number of rows to skip. Useful in pagination of results.
Parameters:
start
The number of rows to skip.
Returns:
Returns the current SolrQuery object.
Please login to continue.