|
JASSv2
|
Each impact is represented as an impact score, and a start and end pointer. More...
#include <index_postings_impact.h>
Public Member Functions | |
| impact () | |
| Constructor. | |
| compress_integer::integer * | begin (void) const |
| Return a pointer to the start of the document identifiers array (for use as an iterator). More... | |
| compress_integer::integer * | end (void) const |
| Return a pointer to the end of the document identifiers array (for use as an iterator). More... | |
| compress_integer::integer | size (void) const |
| Return the numner of postings with this impact score. More... | |
Public Attributes | |
| impact_type | impact_score |
| The impact score. | |
| compress_integer::integer * | start |
| Pointer into the postings of the start of the document list for this impact score. | |
| compress_integer::integer * | finish |
| Pointer into the postings of the end of the document list for this impact score. | |
Each impact is represented as an impact score, and a start and end pointer.
|
inline |
Return a pointer to the start of the document identifiers array (for use as an iterator).
|
inline |
Return a pointer to the end of the document identifiers array (for use as an iterator).
|
inline |
Return the numner of postings with this impact score.
1.8.13