You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Won Jonghoon (JIRA)" <ji...@apache.org> on 2017/08/20 03:29:00 UTC

[jira] [Created] (LUCENE-7933) LongBistSet can't have Long size

Won Jonghoon created LUCENE-7933:
------------------------------------

             Summary: LongBistSet can't have Long size
                 Key: LUCENE-7933
                 URL: https://issues.apache.org/jira/browse/LUCENE-7933
             Project: Lucene - Core
          Issue Type: Bug
    Affects Versions: 6.6
            Reporter: Won Jonghoon
            Priority: Trivial


private final long[] bits; // Array of longs holding the bits 
===> bits.length is small for bit number having Long.MAX
so you can not call "LongBitSet.set(Long.MAX-1)"



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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