Happy new year
[pazpar2-moved-to-github.git] / src / record.h
index cb8df1e..95c470e 100644 (file)
@@ -27,6 +27,7 @@ struct conf_service;
 union data_types {
     struct {
         const char *disp;
+        const char *norm;
         const char *sort;
         const char *snippet;
     } text;
@@ -93,6 +94,7 @@ struct record_cluster
     float *term_frequency_vecf;
     // Set-specific ID for this record
     char *recid;
+    int retrieval_position;
     WRBUF relevance_explain1;
     WRBUF relevance_explain2;
     struct record *records;