public
|
__construct(
SyncEntityProviderInterface<TEntity> $entityProvider,
?string $nameProperty = null,
int-mask-of<TextComparisonAlgorithm::*|TextComparisonFlag::*> $algorithm = TextComparisonAlgorithm::SAME | TextComparisonAlgorithm::CONTAINS | TextComparisonAlgorithm::NGRAM_SIMILARITY | TextComparisonFlag::NORMALISE,
array<TextComparisonAlgorithm::*, float>|float|null $uncertaintyThreshold = null,
string|null $weightProperty = null,
bool $requireOneMatch = false,
)
Creates a new SyncEntityFuzzyResolver object
Creates a new SyncEntityFuzzyResolver object
Parameters
$weightProperty |
If multiple entities are equally
similar to a given name, the one with the highest weight is preferred.
|
|
#
|