Spatie\SearchIndex\SearchIndexHandlers\Elasticsearch::getResults PHP Метод

getResults() публичный Метод

Get the results for the given query.
public getResults ( array $query ) : mixed
$query array
Результат mixed
    public function getResults($query)
    {
        return $this->elasticsearch->search($query);
    }