From: Adam Dickmeiss Date: Fri, 8 Nov 1996 11:07:05 +0000 (+0000) Subject: More work. X-Git-Tag: ZEBRA.1.0~374 X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=commitdiff_plain;h=9c83011e3d6c2845e174a548735720f95b20e3fc;p=idzebra-moved-to-github.git More work. --- diff --git a/CHANGELOG b/CHANGELOG index c815752..ee89c70 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,19 @@ +Bug fix: the path name buffers used by file match traversal routines +have been extended to support long file names. + +New C(ompressed) ISAM system. To enable it, specify "isam: c" in the +configuration file. The resulting register without "storeKeys" is about +half the size, and the memory used by zebraidx during phase 2 (merge) is +reduced to a minimum. + +Reworked the way Regexp-2 queries with error tolerance are handled and +specified. The documentation has been updated accordingly. + +Bug fix: Zebrasrv didn't search correctly when queries contained masking +characters. This bug was introduced in 1.0a8. + +Zebrasrv now tag records with the proper database name. + New settings, memMax and keyTmpDir. Changed name of setting lockDir (previously called lockPath) and