Rob Audenaerde created LUCENE-5533:
--------------------------------------

             Summary: TaxonomyFacetSumIntAssociations overflows, unpredicted 
results
                 Key: LUCENE-5533
                 URL: https://issues.apache.org/jira/browse/LUCENE-5533
             Project: Lucene - Core
          Issue Type: Bug
          Components: modules/facet
    Affects Versions: 4.7
            Reporter: Rob Audenaerde


{{TaxonomyFacetSumIntAssociations}} extends {{IntTaxonomyFacets}} which uses a 
{{int[]}} to store values. If you sum a lot of integers in the IntAssociatoins, 
the {{int}} will overflow.

The easiest fix seems to change the {{value[]}} to {{long}}?



--
This message was sent by Atlassian JIRA
(v6.2#6252)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to