X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Frecord.h;h=c862e7c6729c75b8930bb0bf0356c40966323485;hb=76ba75c70a6065728e5c8963e4f4c7853aaf1301;hp=ada04d26e1173c8196fcd4919311ef963bcdc6bf;hpb=40c4f55c2aa5ce6d912516b3030eb9f82b78b399;p=pazpar2-moved-to-github.git diff --git a/src/record.h b/src/record.h index ada04d2..c862e7c 100644 --- a/src/record.h +++ b/src/record.h @@ -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; };