SolrQuery::setStart

(PECL solr >= 0.9.2)

SolrQuery::setStartSpecifies the number of rows to skip

Descrição

publicSolrQuery::setStart(int$start): SolrQuery

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

Parâmetros

start

The number of rows to skip.

Valor Retornado

Returns the current SolrQuery object.

To Top