konklone / oversight.garden

Bringing together the oversight community's work.
https://oversight.garden
Creative Commons Zero v1.0 Universal
26 stars 9 forks source link

Rewrite report count aggregation, fixes #201 #225

Closed divergentdave closed 5 years ago

divergentdave commented 5 years ago

In recent versions of ElasticSearch, the terms aggregation only returns the buckets with the most documents. For use cases like this, where we want to get statistics on every bucket, the documentation recommends using the new composite aggregation instead, which doesn't rank the buckets, but does provide a pagination interface through the after and after_key fields.