Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Smile
ElasticsuiteCore
Search
Request
ContainerConfiguration
RelevanceConfig
FuzzinessConfig
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
( )