|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface MatcherMerger
MatcherMerger defines the interface for the match and merge operations. Match and merge functions should obey the following four properties idempotence commutativity associativity representivity See Swoosh: A Generic Approach to Entity Resolution for more information
| Method Summary | |
|---|---|
boolean |
match(Record r1,
Record r2)
Compare records. |
Record |
merge(Record r1,
Record r2)
Merge two records into a single record. |
| Method Detail |
|---|
boolean match(Record r1,
Record r2)
r1 - Record 1r2 - Record 2
Record merge(Record r1,
Record r2)
r1 - Record 1r2 - Record 2
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||