PHP Class Smile\ElasticsuiteCore\Search\Request\ContainerConfiguration\RelevanceConfig\FuzzinessConfig

Author: Romain Ruaud ([email protected])
Inheritance: implements Smile\ElasticsuiteCore\Api\Search\Request\Container\RelevanceConfiguration\FuzzinessConfigurationInterface
Show file Open project: smile-sa/elasticsuite

Public Methods

Method Description
__construct ( float $value, integer $prefixLength, integer $maxExpansion ) RelevanceConfiguration constructor.
getMaxExpansion ( ) {@inheritDoc}
getPrefixLength ( ) {@inheritDoc}
getValue ( ) {@inheritDoc}

Method Details

__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

getMaxExpansion() public method

{@inheritDoc}
public getMaxExpansion ( )

getPrefixLength() public method

{@inheritDoc}
public getPrefixLength ( )

getValue() public method

{@inheritDoc}
public getValue ( )