X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=src%2Frecord.h;h=99a9e636b27d255e120b5c911975f002dba795a5;hb=8d8eb33f55a2f62f00463e7402c81c0cc02bde0e;hp=5ac558e9d1671d173304b09979236f1774744f05;hpb=b837cdc3148bb4282cd1a5b874e9839ef44d71c0;p=pazpar2-moved-to-github.git diff --git a/src/record.h b/src/record.h index 5ac558e..99a9e63 100644 --- a/src/record.h +++ b/src/record.h @@ -1,5 +1,5 @@ /* This file is part of Pazpar2. - Copyright (C) 2006-2012 Index Data + Copyright (C) 2006-2013 Index Data Pazpar2 is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free @@ -84,10 +84,11 @@ struct record_cluster char *merge_key; int relevance_score; int *term_frequency_vec; - int *term_frequency_vec_tmp; float *term_frequency_vecf; // Set-specific ID for this record char *recid; + WRBUF relevance_explain1; + WRBUF relevance_explain2; struct record *records; };