|
JASSv2
|
a document record object containing document lengths and primary keys More...
#include <ciff_lin.h>

Public Member Functions | |
| doc_record () | |
| Constructor. | |
| void | clear (void) |
| Clear the contents of this doc record. | |
Static Public Member Functions | |
| static error_code | get_next (doc_record &into, const uint8_t *&stream) |
| Get the next doc record from the stream. | |
Public Attributes | |
| int32_t | docid |
| The docid in the postings lists. | |
| slice | collection_docid |
| The primary key as a <pointer,length> tuple. | |
| int32_t | doclength |
| The length of the document. | |
a document record object containing document lengths and primary keys
1.8.13