Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
numBuckets currently uses an estimate (same as the unique function detailed at http://yonik.com/solr-count-distinct/ ). We should either change implementations or introduce a way to optionally select a hyper-log-log based approach for a better estimate with high field cardinalities.
Attachments
Issue Links
- relates to
-
SOLR-10554 create LogLog-Beta aggregator
- Open