Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
New, Patch Available
Description
Spinoff from here: http://lucene.markmail.org/thread/35gw3amo53dsqsqj. I wrote a LongFixedBitSet which behaves like FixedBitSet, only allows managing more than 2.1B bits. It overcome some issues I've encountered with OpenBitSet, such as the use of set/fastSet as well the implementation of DocIdSet. I'll post a patch shortly and describe it in more detail.
Attachments
Attachments
Issue Links
- contains
-
LUCENE-3459 Change ChainedFilter to use FixedBitSet
- Resolved
- is depended upon by
-
LUCENE-5441 Decouple DocIdSet from OpenBitSet and FixedBitSet
- Closed