added more statistics to rank function, renamed variables to better names
[idzebra-moved-to-github.git] / index / rank1.c
index 44220c1..5bfae86 100644 (file)
@@ -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)++;