I have a new task find duplicates in contacts.
I have a store of contacts in ElasticSearch
contact : {
name : 'Peter",
emails: ["test@test.ru","test@gmail.com"],
phones: [3242343,4234324]
}
Can i find duplicate contacts using ElasticSearch?