X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=index%2Fzsets.c;h=cdfc2d28b3fac33c9577a218976def6c8e5193eb;hb=6988ba91e363565638c27a8d5895ad9afc409e75;hp=fb997daf9da419a762edf4c1a1a91dfb52acab17;hpb=40294b8507793f9447a647bfe2f961d232091456;p=idzebra-moved-to-github.git diff --git a/index/zsets.c b/index/zsets.c index fb997da..cdfc2d2 100644 --- a/index/zsets.c +++ b/index/zsets.c @@ -1,4 +1,4 @@ -/* $Id: zsets.c,v 1.121 2007-04-16 08:44:32 adam Exp $ +/* $Id: zsets.c,v 1.122 2007-08-21 11:06:47 adam Exp $ Copyright (C) 1995-2007 Index Data ApS @@ -1273,7 +1273,7 @@ ZEBRA_RES zebra_snippets_hit_vector(ZebraHandle zh, const char *setname, struct ord_list *ol; for (ol = termid->ol; ol; ol = ol->next) { - zebra_snippets_append(snippets, key.mem[key.len-1], + zebra_snippets_append(snippets, key.mem[key.len-1], 0, ol->ord, termid->name); } }