MatchMetadata
The comparison and survivorship building blocks available, each with a worked example.
List survivorship strategies
Returns the ways a winning value can be chosen when records merge, each with what it does and a worked example. Requires `match-profile.read`.
List comparators
Returns the ways two values can be compared β exact, phonetic, edit distance, within a date window β each with an example of what it matches. Requires `match-profile.read`.
List blocking primitives
Returns the ways records can be grouped so only plausible pairs are compared. Requires `match-profile.read`.
List phonetic codecs
Returns the algorithms that compare names by how they sound, so a spelling difference does not hide a match. Requires `match-profile.read`.
List match tiers
Returns the outcomes a scored pair can land in β merged automatically, sent for review, or rejected β and what each means. Requires `potential-match.read`.