Elastica\Query\MultiMatch::setUseDisMax PHP Method

setUseDisMax() public method

If not set, defaults to true.
public setUseDisMax ( boolean $useDisMax = true )
$useDisMax boolean
    public function setUseDisMax($useDisMax = true)
    {
        return $this->setParam('use_dis_max', $useDisMax);
    }