KGzocha\Searcher\Context\Elastica\ScrollingSearchingContext::getResults PHP Method

getResults() public method

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