php8.5
Home/ Manual/ solr / solrquery/ SolrQuery::setStart

SolrQuery::setStart

PHP function Edit on GitHub ✎

(PECL solr >= 0.9.2)

Specifies the number of rows to skip

Description

SolrQuery::setStart(int $start): SolrQuery

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.

Source: reference/solr/solrquery/setstart.xml · from the official PHP manual (php/doc-en)