[
https://issues.apache.org/jira/browse/LUCENE-7933?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16134359#comment-16134359
]
Michael McCandless commented on LUCENE-7933:
--------------------------------------------
Let's just add a check in the ctor and throw {{IllegalArgumentException}} if
the request {{numBits}} is too large?
> 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: [email protected]
For additional commands, e-mail: [email protected]