Open rushirajnenuji opened 3 years ago
Reference: #86
Based on the {nodeId}:{entryId} values, delete all the repeated events from the ES index
{nodeId}:{entryId}
Approach: each repeated event will still have a unique _id, so utilize that to delete that repeated event
_id
Reference: #86
Based on the
{nodeId}:{entryId}
values, delete all the repeated events from the ES indexApproach: each repeated event will still have a unique
_id
, so utilize that to delete that repeated event