|
JASSv2
|
Each impact ordered segment contains a header with the impact score and the pointers to documents. More...
#include <deserialised_jass_v1.h>
Public Attributes | |
| uint32_t | impact |
| The impact score. Not a query::ACCUMUMLTOR_TYPE as this can overflow. | |
| uint64_t | offset |
| Offset (within the postings file) of the start of the compressed postings list. | |
| uint64_t | end |
| Offset (within the postings file) of the end of the compressed postings list. | |
| query::DOCID_TYPE | segment_frequency |
| The number of document ids in the segment (not end - offset because the postings are compressed) | |
Each impact ordered segment contains a header with the impact score and the pointers to documents.
Each JASS v1 postings list consists of a list of pointers to segment headers which, in turn, point to lists of document identifiers. The segment header contains the impact score, a pointer to the (compressed) postings list, and the numner of documents in the list (the segment frequency).
1.8.13