A builder of RoaringDocIdSets.
RoaringDocIdSet
<init>(int maxDoc)
Sole constructor.
add(int docId)
Add a new doc-id to this builder. NOTE: doc ids must be added in order.
add(org.apache.lucene.search.DocIdSetIterator disi)
Add the content of the provided DocIdSetIterator.
DocIdSetIterator
build()
Build an instance.