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

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

Allows to control how the _source field is returned with every hit.
public setSource ( array | boolean $params )
$params array | boolean Fields to be returned or false to disable source
    public function setSource($params)
    {
        return $this->setParam('_source', $params);
    }