Dutch PHP Conference 2025 - Call For Papers

SolrQuery::setStart

(PECL solr >= 0.9.2)

SolrQuery::setStartSpecifies the number of rows to skip

Опис

public 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.

add a note

User Contributed Notes

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