pazpar2  1.14.1
Data Fields
data_types Union Reference

#include <record.h>

Data Fields

struct {
   const char *   disp
 
   const char *   norm
 
   const char *   sort
 
   const char *   snippet
 
text
 
struct {
   int   min
 
   int   max
 
number
 
double fnumber
 

Detailed Description

Definition at line 27 of file record.h.

Field Documentation

◆ disp

const char* data_types::disp

◆ fnumber

double data_types::fnumber

◆ max

int data_types::max

◆ min

int data_types::min

◆ norm

const char* data_types::norm

Definition at line 30 of file record.h.

Referenced by ingest_to_cluster(), and record_metadata_init().

◆ 

struct { ... } data_types::number

◆ snippet

const char* data_types::snippet

Definition at line 32 of file record.h.

Referenced by ingest_to_cluster(), record_metadata_init(), and write_metadata().

◆ sort

const char* data_types::sort

Definition at line 31 of file record.h.

Referenced by ingest_to_cluster(), reclist_cmp(), and record_metadata_init().

◆ 

struct { ... } data_types::text

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