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

Michael McCandless updated LUCENE-2633:
---------------------------------------

    Fix Version/s: 3.5
    
> PackedInts does not support structures above 256MB
> --------------------------------------------------
>
>                 Key: LUCENE-2633
>                 URL: https://issues.apache.org/jira/browse/LUCENE-2633
>             Project: Lucene - Java
>          Issue Type: Bug
>    Affects Versions: 4.0
>         Environment: All
>            Reporter: Toke Eskildsen
>            Assignee: Michael McCandless
>             Fix For: 3.5, 4.0
>
>         Attachments: LUCENE-2633.patch
>
>
> The PackedInts Packed32 and Packed64 fails when the internal structure 
> exceeds 256MB. This is due to a missing cast that results in the bit position 
> calculation being limited by Integer.MAX_VALUE (256MB * 8 = 2GB).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to