ScoutEngines\Elasticsearch\ElasticsearchEngine::getTotalCount PHP Méthode

getTotalCount() public méthode

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