elasticsearch - Min_doc_count not working with cardinality aggregation -
i trying distinct list of user ids out of elasticsearch user id in more 1 document across 100m records.
min_doc_count works fine if doing normal aggregate counts if change aggregate cardinality aggregation, min_doc_count applies total doc count make aggregate , not total unique counts within aggregate.
has come workaround this?
Comments
Post a Comment