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 noteadd a note

User Contributed Notes

There are no user contributed notes for this page.

备份地址:http://www.lvesu.com/blog/php/solrquery.setstart.php