X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2Fzebraapi.c;h=74400fb7ad296c8a03eddc5248a1327cc1cf919f;hb=f3425fb457792aae865096cf9acf5cb41798b1d1;hp=cf81adc35ab127afb378482d15ab0744e627ec15;hpb=ef696645cc3b7e0f4027008d1dc589c0f0f90c1f;p=idzebra-moved-to-github.git diff --git a/index/zebraapi.c b/index/zebraapi.c index cf81adc..74400fb 100644 --- a/index/zebraapi.c +++ b/index/zebraapi.c @@ -4,7 +4,11 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: zebraapi.c,v $ - * Revision 1.19 1999-05-26 07:49:13 adam + * Revision 1.20 1999-07-06 12:28:04 adam + * Updated record index structure. Format includes version ID. Compression + * algorithm ID is stored for each record block. + * + * Revision 1.19 1999/05/26 07:49:13 adam * C++ compilation. * * Revision 1.18 1999/05/15 14:36:38 adam @@ -141,7 +145,7 @@ static int zebra_register_lock (ZebraHandle zh) } bf_cache (zh->bfs, state ? res_get (zh->res, "shadow") : NULL); zh->registerState = state; - zh->records = rec_open (zh->bfs, 0); + zh->records = rec_open (zh->bfs, 0, 0); if (!(zh->dict = dict_open (zh->bfs, FNAME_DICT, 40, 0, 0))) { logf (LOG_WARN, "dict_open");