Elastica\Suggest\Phrase::setMaxErrors PHP Метод

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

Set the maximum percentage of the terms considered to be misspellings in order to form a correction.
public setMaxErrors ( float $max )
$max float
    public function setMaxErrors($max)
    {
        return $this->setParam('max_errors', $max);
    }