X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2Frank1.c;h=5bfae86e1f7e12d189c0198ba5b29d01359a58d8;hb=8de059a4446c5ad8f95e8090d1dc97f0c2bb8d9e;hp=44220c1441947e5e2ab2cf5e21a271af3d69a461;hpb=d95fcf3ebd1d19bc0bd15e0efc69c6efa40a0423;p=idzebra-moved-to-github.git diff --git a/index/rank1.c b/index/rank1.c index 44220c1..5bfae86 100644 --- a/index/rank1.c +++ b/index/rank1.c @@ -1,4 +1,4 @@ -/* $Id: rank1.c,v 1.27 2005-08-19 11:04:23 adam Exp $ +/* $Id: rank1.c,v 1.29 2006-05-03 13:26:12 marc Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -30,6 +30,7 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA #endif #include "index.h" +#include "rank.h" static int log_level = 0; static int log_initialized = 0; @@ -129,7 +130,7 @@ static void *begin (struct zebra_register *reg, if (cp) si->entries[i].rank_weight = atoi (cp+3); else - si->entries[i].rank_weight = 34; + si->entries[i].rank_weight = 34; /* sqrroot of 1000 */ yaz_log(log_level, " i=%d weight=%d g="ZINT_FORMAT, i, si->entries[i].rank_weight, g); (si->no_rank_entries)++;