Using elasticsearch 0.19.4 (I know this is old, but its what the dependency requires)
I have a "digest" field in the elasticsearch index - and I would like to execute a query that will return me all cases when there are duplicate digest values. It can be done?
For entries that have duplicate values, I would like to return other values, such as "url", which cannot be duplicated.
source share