X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=src%2Frecord.h;h=57a47896eab5a96a31d5077887ac8821ba6856d5;hb=e356b466f900722adf6c4f13588e2bed05555134;hp=872c36e5f7742406d40f13e9061c1f803b4a1d0d;hpb=907fd760f429fa5f0da73b856221bdaac3ab45ee;p=pazpar2-moved-to-github.git diff --git a/src/record.h b/src/record.h index 872c36e..57a4789 100644 --- a/src/record.h +++ b/src/record.h @@ -1,5 +1,5 @@ /* This file is part of Pazpar2. - Copyright (C) 2006-2009 Index Data + Copyright (C) 2006-2010 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 @@ -114,6 +114,8 @@ struct record_cluster char *merge_key; int relevance; int *term_frequency_vec; + int *term_frequency_vec_tmp; + float *term_frequency_vecf; // Set-specific ID for this record char *recid; struct record *records;