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

Popular posts from this blog

mysql - Dreamhost PyCharm Django Python 3 Launching a Site -

java - Sending SMS with SMSLib and Web Services -

java - How to resolve The method toString() in the type Object is not applicable for the arguments (InputStream) -