tantivy
tantivy copied to clipboard
cardinality aggregation precision_threshold parameter
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.