X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=index%2Fzsets.c;h=b20041fcf0120230ff1070c446941ce1934b1cef;hb=7a2d0f25682890bde5d8f2883d6020df2ed0b365;hp=b4650a128a301d2b19654788338d41120eaee37d;hpb=5498d6d66ab0f3639b6d4517cad14f2ba25b7553;p=idzebra-moved-to-github.git diff --git a/index/zsets.c b/index/zsets.c index b4650a1..b20041f 100644 --- a/index/zsets.c +++ b/index/zsets.c @@ -1,4 +1,4 @@ -/* $Id: zsets.c,v 1.87 2005-06-07 11:36:38 adam Exp $ +/* $Id: zsets.c,v 1.88 2005-06-07 14:53:39 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -1073,11 +1073,10 @@ ZEBRA_RES zebra_snippets_hit_vector(ZebraHandle zh, const char *setname, if (termid) { struct ord_list *ol; - key_logdump_txt(YLOG_LOG, &key, termid->name); for (ol = termid->ol; ol; ol = ol->next) { - yaz_log(YLOG_LOG, " ord=%d", ol->ord); zebra_snippets_append(snippets, key.mem[key.len-1], + termid->reg_type, ol->ord, termid->name); } }