larsga / Duke

Duke is a fast and flexible deduplication engine written in Java
Apache License 2.0
614 stars 194 forks source link

Method to match a single record #212

Open larsga opened 8 years ago

larsga commented 8 years ago

Basically, Processor should have a method that lets you find matches for a single record.

kyrannian commented 8 years ago

Is it possible to simulate this by matching against a source with one record?

lpradovera commented 8 years ago

Hello, was this feature eventually implemented at some point?

shenryp commented 8 years ago

Hi, any plans to incorporate this enhancement in the near future? Thanks!

ravivmg commented 8 years ago

Is this feature implemented in the --singlematch option?

ashubitm commented 5 years ago

Can we do single record comparison JSON format with multiple existing JSON's ? Can this be done for streaming JSON messages coming from a source comparing against existing records ?