Elastica\Aggregation\AbstractTermsAggregation::setSize PHP Method

setSize() public method

Sets the amount of terms to be returned.
public setSize ( integer $size )
$size integer The amount of terms to be returned.
    public function setSize($size)
    {
        return $this->setParam('size', $size);
    }