JASSv2
Public Attributes | List of all members
JASS::deserialised_jass_v1::segment_header_on_disk Class Reference

Each impact ordered segment contains a header with the impact score and the pointers to documents. More...

#include <deserialised_jass_v1.h>

Public Attributes

uint16_t impact
 The impact score.
 
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.
 
uint32_t segment_frequency
 The number of document ids in the segment (not end - offset because the postings are compressed)
 

Detailed Description

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).


The documentation for this class was generated from the following file: