| Interface | Description |
|---|---|
| DocumentVector |
Abstract document vector.
|
| Class | Description |
|---|---|
| CompressedPositionalPostings |
A compressed positional postings list representation.
|
| DocumentVectorHashedArray |
Document vector representation using the hashing technique described
in \cite{sigir2011 submission}.
|
| DocumentVectorMiniInvertedIndex |
Implementation of an (mini-)indexed document vector refered to as IDV.
|
| DocumentVectorPForDeltaArray |
Document vector representation: Flat array compressed
with PForDelta.
|
| DocumentVectorUtility |
Auxiliary functions
|
| DocumentVectorVIntArray |
Document vector representation: Flat array compressed using
Variable-Length Integers.
|