forked from larsga/Duke
-
Notifications
You must be signed in to change notification settings - Fork 0
DeduplicationMode
Yann Barraud edited this page Feb 3, 2014
·
1 revision
In deduplication mode, all records are matched against all other records to find potential duplicates. This is the mode you'll use if you want to process an address book to find duplicate entries, or find duplicate registrations across the Supplier
and Customer
tables in a database.
To use it with the XMLConfig, just write a normal configuration with a flat list of Datasources.
When UsingTheAPI, call Processor.deduplicate()
to run in deduplication mode.
The alternative is RecordLinkageMode.