Elastica\Query\InnerHits::setFrom PHP Method

setFrom() public method

The offset from the first result you want to fetch.
public setFrom ( integer $from )
$from integer
    public function setFrom($from)
    {
        return $this->setParam('from', (int) $from);
    }