Elastica\Query\Common::setDisableCoord PHP Метод

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

Enable / disable computation of score factor based on the fraction of all query terms contained in the document.
public setDisableCoord ( boolean $disable = true )
$disable boolean disable_coord is false by default
    public function setDisableCoord($disable = true)
    {
        return $this->setQueryParam('disable_coord', (bool) $disable);
    }