PHP 7.0.6 Released

SolrQuery::setStart

(PECL solr >= 0.9.2)

SolrQuery::setStartSpecifies the number of rows to skip

Description

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.

Return Values

Returns the current SolrQuery object.

User Contributed Notes

There are no user contributed notes for this page.
To Top