SolrQuery::setStart
PHP Manual
PHP Manual»SolrQuery»SolrQuery::setStart

SolrQuery::setStart

(PECL solr >= 0.9.2)

SolrQuery::setStartSpecifies the number of rows to skip

Опис

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

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

Параметри

start

The number of rows to skip.

Значення, що повертаються

Returns the current SolrQuery object.

To Top