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

Yonik Seeley updated SOLR-10723:
--------------------------------
    Attachment: SOLR-10723.patch

Here's a patch.
An exception would only be thrown when faceting with a hashing method (like on 
a numeric field or with method dvhash on a string field), and when sorting by 
hll(numeric_field).  CountSlotAcc shouldn't currently be an issue since it's 
not used with hash methods that keep the count themselves.

> SlotAcc.resize() implemented incorrectly for CountSlotAcc, HllAgg.NumericAcc
> ----------------------------------------------------------------------------
>
>                 Key: SOLR-10723
>                 URL: https://issues.apache.org/jira/browse/SOLR-10723
>             Project: Solr
>          Issue Type: Bug
>      Security Level: Public(Default Security Level. Issues are Public) 
>          Components: Facet Module
>            Reporter: Yonik Seeley
>            Assignee: Yonik Seeley
>             Fix For: 6.7
>
>         Attachments: SOLR-10723.patch
>
>
> In both cases, the return of resizer.resize() is ignored.  This impacts 
> anything using hashing for faceting.



--
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