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

SolrQuery::setStart

(PECL solr >= 0.9.2)

SolrQuery::setStartSpecifies the number of rows to skip

Açıklama

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

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

Bağımsız Değişkenler

start

The number of rows to skip.

Dönen Değerler

Returns the current SolrQuery object.

To Top