Added optional, physical ANY
[idzebra-moved-to-github.git] / CHANGELOG
1 <<<<<<< CHANGELOG
2 Reduced disk space for saved keys (storeKeys = 1).
3
4 Added optional, physical ANY (key replication)
5 =======
6 Bug fix: temporary result sets weren't deleted.
7
8 Reduced disk space for saved keys (storeKeys = 1).
9 >>>>>>> 1.30
10
11 Implemented proximity operator in search.
12
13 Bug fix: the path name buffers used by file match traversal routines
14 have been extended to support long file names.
15
16 New C(ompressed) ISAM system. To enable it, specify "isam: c" in the
17 configuration file. The resulting register without "storeKeys" is about
18 half the size, and the memory used by zebraidx during phase 2 (merge) is
19 reduced to a minimum.
20
21 Reworked the way Regexp-2 queries with error tolerance are handled and
22 specified. The documentation has been updated accordingly.
23
24 Bug fix: Zebrasrv didn't search correctly when queries contained masking
25 characters. This bug was introduced in 1.0a8.
26
27 Zebrasrv now tag records with the proper database name.
28
29 New settings, memMax and keyTmpDir.
30
31 Changed name of setting lockDir (previously called lockPath) and
32 setTmpDir (previously called tempSetPath).
33
34 Generalized and changed record type specifications. In short, there are:
35        text                plain SUTRS
36        grs.sgml            structured, "SGML-like" syntax
37        grs.regx.<filter>   structured, Regular expression filter
38
39 Bug fix: Result sets weren't sorted in operations involving boolean
40 operations with "ranked" operands.
41
42 --- 1.0a8 1996/6/6
43
44 Added national character-handling subsystem.
45
46 Various fixes.
47
48 Small modifications to input filters and profiles.
49
50 Added support for SOIF syntax (with private OID).
51
52 --- 1.0a7 1996/5/16
53
54 Fixed buffer-size problem in indexing.
55
56 Added compression to temporary files for updating.
57
58 Added phrase registers.
59
60 Added dynamic mapping of search attribute to multiple termlists (ANY).
61
62 Scan support in multiple databases/registers.
63
64 Configuration settings are case-insensitive and single dash (-)
65 characters are ignored in comparisons.
66
67 The index processing ignores empty files - warning given.
68
69 New option to zebraidx (-V) displays version information.
70
71 --- 1.0a6 1996/2/24
72
73 Fixed problem in file-update system.
74
75 Fixed problem in shadow system; register was sometimes corrupted after
76 a commit operation.
77
78 --- 1.0a5 1996/2/10
79
80 Fixed problems in the ISAM subsystem. Caused difficulties when updating
81 existing registers.
82
83 Fixed small problem in SUTRS-filter. A newline was sometimes inserted before
84 the rank and record number.
85
86 Fixed bug in the isam subsystem - caused a malfunction when accessing
87 words which occurred more than 10000 times.
88
89 Distribution should now include YAZ (Z39.50 protocol stack) to simplify
90 installation.
91
92 Server can now run under inetd. Use option -i, and -w <directory> to
93 set working directory to desired location.
94
95 New zebraidx command: clean - removes temporary shadow files.
96
97 Fixed bug in ISAM system. Occurred rarely during register updates.
98
99 Logging during index merge phase is improved. The remaining running
100 time is estimated.
101
102 Temporary files generated by zebraidx are removed after each run.
103
104 Bug fix: Dictionary didn't handle 8-bit characters correctly; was obvious
105 when doing scan operations in dictionaries with European characters.
106
107 --- 1.0a4 1996/01/11
108
109 A whole slew of updates, to make the first publicized release. Get the doc
110 and check it out.
111
112 --- 1.0a3 1995/12/06
113
114 Memory-problems in ISAM fixed. More blocktypes added to the default setup
115 to increase performance on larger databases.
116
117 Various minor changes in data management system.
118
119 --- 1.0a2 1995/12/05
120
121 A couple of portability-problems resolved.
122
123 Changed some malloc() to xmalloc().
124
125 --- 1.0a1 1995/11/28
126
127 First release.