[ 
https://issues.apache.org/jira/browse/SOLR-10552?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Yonik Seeley reassigned SOLR-10552:
-----------------------------------

    Assignee: Yonik Seeley

> 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
>            Assignee: 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: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to