KGzocha\Searcher\Context\Elastica\ScrollingSearchingContext::getResults PHP 메소드

getResults() 공개 메소드

public getResults ( ) : Scroll
리턴 Elastica\Scroll
    public function getResults()
    {
        $this->getSearch()->setQuery($this->getQueryBuilder());
        return $this->getSearch()->scroll($this->expiryTime);
    }
ScrollingSearchingContext