Package com.intuit.fuzzymatcher.domain
Class Match<T extends Matchable>
- java.lang.Object
-
- com.intuit.fuzzymatcher.domain.Match<T>
-
public class Match<T extends Matchable> extends Object
A generic class to hold the match between 2 objects and the score of the match result. A match between similar Token, Element or Document is represented by this class.
The "data" and "matchedWith" object holds the 2 records that matched. And "score" represents the match for these 2 objects. "childScore" is used by ScoringFunction to aggregate and calculate the "score" value