Towards cluster ranking, minor changes
[pazpar2-moved-to-github.git] / src / record.h
index ada04d2..c862e7c 100644 (file)
@@ -66,6 +66,8 @@ struct record {
     struct record *next;
     // client result set position;
     int position;
+    // score for ranking, either native or our TF/IDF, or other
+    double score;
     // checksum
     unsigned checksum;
 };