tantivy icon indicating copy to clipboard operation
tantivy copied to clipboard

cardinality aggregation precision_threshold parameter

Open PSeitz opened this issue 1 year ago • 0 comments

The precision_threshold parameter is not supported in the cardinality aggregation currently. It defines until which count the aggregation is exact and switches to an approximation afterwards.

Currently the aggregation always uses the HLL++ algorithm, which isn't exact even for low counts.

PSeitz avatar Jul 30 '24 03:07 PSeitz