X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=src%2Frecord.h;h=3960f721f2f88462f6133e58897e86b874ae888f;hb=e51169ac3c161349e5255517d388f2f5c0cfd12f;hp=57a47896eab5a96a31d5077887ac8821ba6856d5;hpb=ba5951a80fdd0da1d28c318852b69a1178cd6bfa;p=pazpar2-moved-to-github.git diff --git a/src/record.h b/src/record.h index 57a4789..3960f72 100644 --- a/src/record.h +++ b/src/record.h @@ -1,5 +1,5 @@ /* This file is part of Pazpar2. - Copyright (C) 2006-2010 Index Data + Copyright (C) 2006-2011 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 @@ -21,7 +21,6 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #define RECORD_H -struct record; struct client; struct conf_service; @@ -112,7 +111,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;