ScoutEngines\Elasticsearch\ElasticsearchEngine::getTotalCount PHP Method

getTotalCount() public method

Get the total count from a raw result returned by the engine.
public getTotalCount ( mixed $results ) : integer
$results mixed
return integer
    public function getTotalCount($results)
    {
        return $results['hits']['total'];
    }