|
JASSv2
|
The representation of a single postings as a tuple of docid, term frequency and position. More...
#include <index_postings.h>
Public Member Functions | |
| posting (uint32_t document_id, uint32_t term_frequency) | |
| Constructor. More... | |
Public Attributes | |
| compress_integer::integer | document_id |
| Internal document identifier. | |
| index_postings_impact::impact_type | term_frequency |
| Number of times the term occurs in this document. | |
The representation of a single postings as a tuple of docid, term frequency and position.
|
inline |
Constructor.
| document_id | [in] the document ID to use |
| term_frequency | [in] the term frequency to use |
1.8.13