You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Yonik Seeley (JIRA)" <ji...@apache.org> on 2017/05/23 02:33:04 UTC

[jira] [Updated] (SOLR-10723) SlotAcc.resize() implemented incorrectly for CountSlotAcc, HllAgg.NumericAcc

     [ 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-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org