pazpar2  1.14.1
Data Fields
record Struct Reference

#include <record.h>

Data Fields

struct clientclient
 
struct record_metadata ** metadata
 
union data_types ** sortkeys
 
struct recordnext
 
int position
 
double score
 
unsigned checksum
 

Detailed Description

Definition at line 60 of file record.h.

Field Documentation

◆ checksum

unsigned record::checksum

Definition at line 73 of file record.h.

Referenced by record_create(), show_record(), and write_subrecord().

◆ client

struct client* record::client

◆ metadata

struct record_metadata** record::metadata

◆ next

struct record* record::next

◆ position

int record::position

Definition at line 69 of file record.h.

Referenced by reclist_cmp(), record_create(), setup_norm_record(), show_record(), and squaresum().

◆ score

double record::score

Definition at line 71 of file record.h.

Referenced by normalize_scores().

◆ sortkeys

union data_types** record::sortkeys

Definition at line 65 of file record.h.

Referenced by record_create().


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