Cake\ElasticSearch\ResultSet::getAggregation PHP 메소드

getAggregation() 공개 메소드

Retrieve a specific aggregation from this result set
public getAggregation ( string $name ) : array
$name string the name of the desired aggregation
리턴 array
    public function getAggregation($name)
    {
        return $this->resultSet->getAggregation($name);
    }