Builder

class Builder(maxDoc: Int)

A builder of RoaringDocIdSets.

Constructors

Link copied to clipboard
constructor(maxDoc: Int)

Functions

Link copied to clipboard

Add a new doc-id to this builder. NOTE: doc ids must be added in order.

Add the content of the provided DocIdSetIterator.

Link copied to clipboard

Build an instance.