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

Adrien Grand updated LUCENE-5100:
---------------------------------

    Attachment: LUCENE-5100.patch

Patch. This is mostly a factorization of the tests of EliasFanoDocIdSet and 
WAH8DocIdSet. It is hard to factor the tests of FixedBitSet and OpenBitSet 
since they don't share a common interface for prevSetBit and nextSetBit for 
instance. Nothing that we can't improve but I am wondering why we need 
OpenBitSet? Are there any cases where we need the bit set to grow on demand? I 
have checked a few places where it was used (it is used all over the code base) 
and every time it seemed to me that it could have been advantageously replaced 
with a FixedBitSet?
                
> BaseDocIdSetTestCase
> --------------------
>
>                 Key: LUCENE-5100
>                 URL: https://issues.apache.org/jira/browse/LUCENE-5100
>             Project: Lucene - Core
>          Issue Type: Improvement
>            Reporter: Adrien Grand
>            Assignee: Adrien Grand
>            Priority: Trivial
>         Attachments: LUCENE-5100.patch
>
>
> As Robert said on LUCENE-5081, we would benefit from having common testing 
> infrastructure for our DocIdSet implementations.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

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

Reply via email to