KGzocha\Searcher\Context\Elastica\ScrollingSearchingContext::getResults PHP Méthode

getResults() public méthode

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