See: Description
| Class | Description |
|---|---|
| IntegerCodecCompressionConfiguration |
Properties:
compression."STRUCTURENAME".integer."TYPE".codec - the compression codec to use
for the structure STRUCTURENAME for posting payload type TYPE - see
IntegerCodec.
For instance, to full compress everything in the inverted index using Frame of Reference (FOR),
as recommended by Catena et al, ECIR 2014, you would set the following properties: |
| IntegerCodingPostingIndex |
This implementation of
PostingIndex provides access to an index of
BasicIntegerCodingIterablePosting (or one of it subclasses). |
| IntegerCodingPostingIndexInputStream |
Input stream for an integer coding posting index.
|
| IntegerCodingPostingOutputStream |
This class is used to store a posting list to the disk, compressing it using some
integer coding technique.
|
Provides generic posting index classes that support byte-level compression.
Terrier Information Retrieval Platform 5.1. Copyright © 2004-2019, University of Glasgow