update : 2015.11.03
php.shukuma.com

검색:
 
 
Specifies the number of rows to skip

SolrQuery::setStart

(PECL solr >= 0.9.2)

SolrQuery::setStartSpecifies the number of rows to skip

설명

public SolrQuery SolrQuery::setStart ( int $start )

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

인수

start

The number of rows to skip.

반환값

Returns the current SolrQuery object.