X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=src%2Frecord.h;h=2a46c2b8e7ef2a5094cad4ca7a9c6c77a034e835;hb=ccf3507349789d9142580e96453883ce04cc2939;hp=ac38ad3ef822546136516bb8e53befe970eb3cfd;hpb=556f48eff358140d9b68549bf88988133fba786d;p=pazpar2-moved-to-github.git diff --git a/src/record.h b/src/record.h index ac38ad3..2a46c2b 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 @@ -112,7 +112,7 @@ struct record_cluster struct record_metadata **metadata; union data_types **sortkeys; char *merge_key; - int relevance; + int relevance_score; int *term_frequency_vec; int *term_frequency_vec_tmp; float *term_frequency_vecf;