[
https://issues.apache.org/jira/browse/SOLR-10552?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Yonik Seeley resolved SOLR-10552.
---------------------------------
Resolution: Fixed
Fix Version/s: 6.6
> 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)
> Affects Versions: 5.1
> Reporter: Yonik Seeley
> Fix For: 6.6
>
> Attachments: SOLR-10552.patch
>
>
> 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]