Match definition is a set of rules we apply on the fields to apply in the matching process. Match definition for one field consisting of:
Matching type which can be Fuzzy or Exact.
Before doing any of those two (Fuzzy or Exact) we can transform the input to its phonetic equivalent:
– Phonetic
Example: phonetic transformation of words Dayton and Deighton is equal.
If match definition is Fuzzy than we need to apply a value for the:
– Level
It defines the threshold for the comparator. If the results of the comparison are equal to higher than Level, the match would be considered successful.