Hi,
I am using only one index with one default document type and I have the same 4 keys for each record in my index.
when I am indexing records that are already exists in my elastic db, duplicate data is created because each record get a new document id. I want Elasticsearch to insert the record only if there is no record with the same keys in elastic db.
how can I "tell" elastic not to index record that its keys are already exists in elastic db?
how to define my keys the optimal way?
thanks,
Liron