Class PForDeltaDocIdSet
DocIdSet implementation based on pfor-delta encoding.
This implementation is inspired from LinkedIn's Kamikaze (http://data.linkedin.com/opensource/kamikaze) and Daniel Lemire's JavaFastPFOR (https://github.com/lemire/JavaFastPFOR).
On the contrary to the original PFOR paper, exceptions are encoded with FOR instead of Simple16.
Inherited Members
Assembly: DistributedLucene.Net.dll
Syntax
public sealed class PForDeltaDocIdSet : DocIdSet
Properties
Name | Description |
---|---|
IsCacheable |
Methods
Name | Description |
---|---|
Cardinality() | Return the number of documents in this DocIdSet in constant time. |
GetIterator() | |
RamBytesUsed() | Return the memory usage of this instance. |