Yonik Seeley created SOLR-10552:
-----------------------------------

             Summary: numBuckets is not consistent between distrib and 
non-distrib requests
                 Key: SOLR-10552
                 URL: https://issues.apache.org/jira/browse/SOLR-10552
             Project: Solr
          Issue Type: Bug
      Security Level: Public (Default Security Level. Issues are Public)
            Reporter: Yonik Seeley


The main problem is mincount... in a non-distrib query, numBuckets reflects the 
number of buckets that are screened out after mincount is applied.  In 
distributed mode, we can't do this (or rather, the only way to do it would be 
to tramsmit all bucket counts to an aggregator node).

We should perhaps just make numBuckets always pre-mincount to be consistent, 
and use hyper-log-log by default?



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to