X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2Findex.h;h=8b21f91c65a62b9a0f07cc9d12af57e0676bc929;hb=eb8857cfa2ceaa2635f14888b95d6f71b8def045;hp=56441ae081e9515c02b9ca850fe45752129edc01;hpb=63b02e326652929cfe753848b02381e131e53127;p=idzebra-moved-to-github.git diff --git a/index/index.h b/index/index.h index 56441ae..8b21f91 100644 --- a/index/index.h +++ b/index/index.h @@ -1,4 +1,4 @@ -/* $Id: index.h,v 1.92 2002-11-26 22:18:34 adam Exp $ +/* $Id: index.h,v 1.94 2003-03-04 23:30:20 adam Exp $ Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002 Index Data Aps @@ -296,6 +296,8 @@ struct zebra_session { ZebraLockHandle lock_shadow; int trans_no; + int trans_w_no; + int destroyed; ZebraSet sets; Res res; @@ -400,6 +402,7 @@ void zebraRankDestroy (struct zebra_register *reg); int att_getentbyatt(ZebraHandle zh, attent *res, oid_value set, int att); extern struct rank_control *rank1_class; +extern struct rank_control *rankzv_class; int zebra_record_fetch (ZebraHandle zh, int sysno, int score, ODR stream, oid_value input_format, Z_RecordComposition *comp, @@ -414,6 +417,7 @@ int bufferExtractRecord (ZebraHandle zh, struct recordGroup *rGroup, int delete_flag, int test_mode, + const char *recordType, int *sysno, const char *match_criteria, const char *fname);