SolrQuery::setStart

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.

パラメータ

start

The number of rows to skip.

戻り値

Returns the current SolrQuery object.