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