• 首页
  • vue
  • TypeScript
  • JavaScript
  • scss
  • css3
  • html5
  • php
  • MySQL
  • redis
  • jQuery
  • SolrQuery::setStart()

    (PECL solr >= 0.9.2)

    Specifies the number of rows to skip

    说明

    publicSolrQuery::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.