Elastica\Query\InnerHits::setExplain PHP Method

setExplain() public method

Enables explanation for each hit on how its score was computed.
public setExplain ( boolean $explain )
$explain boolean
    public function setExplain($explain)
    {
        return $this->setParam('explain', (bool) $explain);
    }