SolrQuery::setStart

(PECL solr >= 0.9.2)

SolrQuery::setStartSpecifies the number of rows to skip

Descrizione

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

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

Elenco dei parametri

start

The number of rows to skip.

Valori restituiti

Returns the current SolrQuery object.