Elastica\Query\InnerHits::setSize PHP Метод

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

The maximum number of inner matching hits to return per bucket. By default the top three matching hits are returned.
public setSize ( integer $size )
$size integer
    public function setSize($size)
    {
        return $this->setParam('size', (int) $size);
    }