X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2Findex.h;h=753dac08a36c7a63de5f03f0514e7983781b00a4;hb=44082770642275dd993aa621d9dc5c5b0dc454d3;hp=3f952f2325bb53562c7598c2dfb24d9f456cf7f3;hpb=9eebf93dc2525854867cbc43920ea8ba4a199ab5;p=idzebra-moved-to-github.git diff --git a/index/index.h b/index/index.h index 3f952f2..753dac0 100644 --- a/index/index.h +++ b/index/index.h @@ -1,4 +1,4 @@ -/* $Id: index.h,v 1.145 2005-06-23 06:45:46 adam Exp $ +/* $Id: index.h,v 1.147 2005-08-18 12:50:17 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -54,7 +54,7 @@ YAZ_BEGIN_CDECL #define IT_MAX_WORD 256 -#define IT_KEY_LEVEL_MAX 4 +#define IT_KEY_LEVEL_MAX 5 struct it_key { int len; zint mem[IT_KEY_LEVEL_MAX]; @@ -250,7 +250,6 @@ struct zebra_register { struct zebra_service { int stop_flag; Res global_res; - char *configName; struct zebra_session *sessions; struct zebra_register *regs; Zebra_mutex_cond session_lock; @@ -293,6 +292,8 @@ struct zebra_session { #endif int shadow_enable; + int m_staticrank; + zint records_inserted; zint records_updated; zint records_deleted; @@ -478,7 +479,8 @@ ZEBRA_RES zebra_snippets_hit_vector(ZebraHandle zh, const char *setname, zint sysno, zebra_snippets *snippets); void extract_flushRecordKeys (ZebraHandle zh, SYSNO sysno, - int cmd, struct recKeys *reckeys); + int cmd, struct recKeys *reckeys, + zint staticrank); #if NATTR void extract_flushSortKeys (ZebraHandle zh, SYSNO sysno, int cmd, struct recKeys *skp);