SolrQuery
PHP Manual

SolrQuery::setStart

(PECL solr >= 0.9.2)

SolrQuery::setStartSpecifies the number of rows to skip

Opis

public SolrQuery SolrQuery::setStart ( int $start )

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

Parametry

start

The number of rows to skip.

Zwracane wartoĊ›ci

Returns the current SolrQuery object.


SolrQuery
PHP Manual