AlgoliaSearch\IndexBrowser::doQuery PHP 메소드

doQuery() 개인적인 메소드

private doQuery ( integer $cursor = null )
$cursor integer
    private function doQuery($cursor = null)
    {
        if ($cursor !== null) {
            $this->params['cursor'] = $cursor;
        }
        $this->answer = $this->index->browseFrom($this->query, $this->params, $cursor);
    }