X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2Fzsets.c;h=a223a7ac98015b1da0f4b75b5c5267d2daadfca0;hb=b26d8949b70912ac2e6852abe543890c5cb01c79;hp=2c543df325b4738e209e89dbf7e94d0340ffa2d9;hpb=6b1dece7410af50ba077381066c10c44f0188868;p=idzebra-moved-to-github.git diff --git a/index/zsets.c b/index/zsets.c index 2c543df..a223a7a 100644 --- a/index/zsets.c +++ b/index/zsets.c @@ -1,4 +1,4 @@ -/* $Id: zsets.c,v 1.98 2006-01-19 13:31:08 adam Exp $ +/* $Id: zsets.c,v 1.101 2006-05-10 08:13:26 adam 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" #include #include @@ -268,6 +269,7 @@ ZebraSet resultSetAdd(ZebraHandle zh, const char *name, int ov) s->rset_nmem = 0; s->nmem = 0; s->rpn = 0; + s->sortSpec = 0; s->cache_position = 0; s->cache_rfd = 0; s->approx_limit = zh->approx_limit; @@ -1200,3 +1202,11 @@ ZEBRA_RES zebra_snippets_hit_vector(ZebraHandle zh, const char *setname, return ZEBRA_OK; } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ +