[
https://issues.apache.org/jira/browse/LUCENE-5100?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13705142#comment-13705142
]
Robert Muir commented on LUCENE-5100:
-------------------------------------
I know of a few places where I used this in lucene-core where FixedBitSet
cannot currently be used:
Anything having to do with SortedSetDocValues, where ordinals can exceed > 2B,
because OpenBitSet can do that. FixedBitSet is limited to int.
However use for example, in SloppyPhraseScorer seems unnecessary.
> 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: [email protected]
For additional commands, e-mail: [email protected]