SolrQuery::setStart

(PECL solr >= 0.9.2)

SolrQuery::setStartSpecifies the number of rows to skip

Opis

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

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

Parametry

start

The number of rows to skip.

Zwracane wartości

Returns the current SolrQuery object.

add a note add a note

User Contributed Notes

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