Constructor EliasFanoDocIdSet
EliasFanoDocIdSet(Int32, Int32)
Construct an EliasFanoDocIdSet. For efficient encoding, the parameters should be chosen as low as possible.
Declaration
public EliasFanoDocIdSet(int numValues, int upperBound)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | numValues | At least the number of document ids that will be encoded. |
System.Int32 | upperBound | At least the highest document id that will be encoded. |