Smile\ElasticsuiteCore\Search\Request\ContainerConfiguration\RelevanceConfig\FuzzinessConfig::__construct PHP Method

__construct() public method

RelevanceConfiguration constructor.
public __construct ( float $value, integer $prefixLength, integer $maxExpansion )
$value float The value
$prefixLength integer The prefix length
$maxExpansion integer The max expansion
    public function __construct($value, $prefixLength, $maxExpansion)
    {
        $this->value = $value;
        $this->prefixLength = $prefixLength;
        $this->maxExpansion = $maxExpansion;
    }