2f2bd8406cde7836382f4f288ba720cc6e39c6b3
[idzebra-moved-to-github.git] / CHANGELOG
1 Changed the way use attributes are specified in the recordId
2 specification.
3
4 Maximum number of databases in one Zebra register increased.
5
6 New setting, databasePath, which specifies that first directory
7 during update traversal is the database name (instead of
8 a fixed one).
9
10 New setting, explainDatabase, which specifies that databases
11 are EXPLAIN aware.
12
13 Modified Zebra so that it works with ASN.1 compiled code for YAZ.
14
15 Implemented EXPLAIN database maintenance. Zebra automatically
16 generate - and update CategoryList, TargetInfo, DatabaseInfo,
17 AttributeSetInfo and AttributeDetails records at this stage.
18 The records may be transferred as GRS-1, SUTRS or Explain.
19
20 Fixed register spec so that colon isn't treated as size separator
21 unless followed by [0-9+-] in order to allow DOS drive specifications.
22
23 Fixed two bugs in ISAMC system.
24
25 Changed the way Zebra keeps its maintenance information. Records
26 in "SGML" notation using an EXPLAIN schema is now used when
27 appropriate.
28
29 Bug fix: Index didn't handle update/insert/delete of the same
30 record (i.e. same recordId) in one run (one invocation of zebraidx).
31 Only the first occurence of a record is considered.
32
33 Most searches now return correct number of hits.
34
35 New modular ranking system. Interested programmers are encouraged to
36 inspect rank1.c and improve the algorithm.
37
38 Bug fix: Lock files weren't removed as they should when using NT.
39
40 Implemented Z39.50 Sort. Zebra's sort handler uses use attributes to
41 specify a "sort register". Refer to the gils sample records which
42 refer to index type "s" which is specified as "sort" in the default.idx
43 file. Each sort criteria can either be Ascending or Descending and
44 at most three sort elements can be specified.  
45
46 Bug fix: Character mapping didn't work for text files.
47
48 --- 1.0b1 1998/1/29
49
50 Simple ranked searches now return correct number of hits.
51
52 The test option (-s) only makes a read-lock on the index as well
53 as using read-only operations anywhere.
54
55 Moved towards generic character mapping. Configuration file default.idx
56 specifies character map files for register types w, p, u, etc.
57
58 Implemented "begin variant" for the sgml.regx - filter.
59
60 Fixed a few memory leaks.
61
62 Added support for C++, headers uses extern "C" for public definitions.
63
64 Bug fix: The show records facility (-s) only displayed information for
65 the first record in a file (and not for every record in the file).
66
67 Added option "-f <n>" to limit the logging of record operations. After
68 <n> records has been processed no logging is performed (unless errors
69 occur).
70
71 Bug fix: the compressed ISAM system didn't handle update operations
72 correctly.
73
74 Added setting, "maxResultSetSize", to hold the number of records to 
75 save in a result set.
76
77 Bug fix: Complete phrase did't work for search operations.
78
79 Bug fix: temporary result sets weren't deleted.
80
81 Reduced disk space for saved keys (storeKeys = 1).
82
83 Added optional, physical ANY (key replication)
84
85 Implemented proximity operator in search.
86
87 Bug fix: the path name buffers used by file match traversal routines
88 have been extended to support long file names.
89
90 New C(ompressed) ISAM system. To enable it, specify "isam: c" in the
91 configuration file. The resulting register without "storeKeys" is about
92 half the size, and the memory used by zebraidx during phase 2 (merge) is
93 reduced to a minimum.
94
95 Reworked the way Regexp-2 queries with error tolerance are handled and
96 specified. The documentation has been updated accordingly.
97
98 Bug fix: Zebrasrv didn't search correctly when queries contained masking
99 characters. This bug was introduced in 1.0a8.
100
101 Zebrasrv now tag records with the proper database name.
102
103 New settings, memMax and keyTmpDir.
104
105 Changed name of setting lockDir (previously called lockPath) and
106 setTmpDir (previously called tempSetPath).
107
108 Generalized and changed record type specifications. In short, there are:
109        text                plain SUTRS
110        grs.sgml            structured, "SGML-like" syntax
111        grs.regx.<filter>   structured, Regular expression filter
112        grs.marc.<abs>      Reads *MARC records in the ISO2709 format. <abs>
113                            is the name of an abstract syntax file.                           
114 Bug fix: Result sets weren't sorted in operations involving boolean
115 operations with "ranked" operands.
116
117 --- 1.0a8 1996/6/6
118
119 Added national character-handling subsystem.
120
121 Various fixes.
122
123 Small modifications to input filters and profiles.
124
125 Added support for SOIF syntax (with private OID).
126
127 --- 1.0a7 1996/5/16
128
129 Fixed buffer-size problem in indexing.
130
131 Added compression to temporary files for updating.
132
133 Added phrase registers.
134
135 Added dynamic mapping of search attribute to multiple termlists (ANY).
136
137 Scan support in multiple databases/registers.
138
139 Configuration settings are case-insensitive and single dash (-)
140 characters are ignored in comparisons.
141
142 The index processing ignores empty files - warning given.
143
144 New option to zebraidx (-V) displays version information.
145
146 --- 1.0a6 1996/2/24
147
148 Fixed problem in file-update system.
149
150 Fixed problem in shadow system; register was sometimes corrupted after
151 a commit operation.
152
153 --- 1.0a5 1996/2/10
154
155 Fixed problems in the ISAM subsystem. Caused difficulties when updating
156 existing registers.
157
158 Fixed small problem in SUTRS-filter. A newline was sometimes inserted before
159 the rank and record number.
160
161 Fixed bug in the isam subsystem - caused a malfunction when accessing
162 words which occurred more than 10000 times.
163
164 Distribution should now include YAZ (Z39.50 protocol stack) to simplify
165 installation.
166
167 Server can now run under inetd. Use option -i, and -w <directory> to
168 set working directory to desired location.
169
170 New zebraidx command: clean - removes temporary shadow files.
171
172 Fixed bug in ISAM system. Occurred rarely during register updates.
173
174 Logging during index merge phase is improved. The remaining running
175 time is estimated.
176
177 Temporary files generated by zebraidx are removed after each run.
178
179 Bug fix: Dictionary didn't handle 8-bit characters correctly; was obvious
180 when doing scan operations in dictionaries with European characters.
181
182 --- 1.0a4 1996/01/11
183
184 A whole slew of updates, to make the first publicized release. Get the doc
185 and check it out.
186
187 --- 1.0a3 1995/12/06
188
189 Memory-problems in ISAM fixed. More blocktypes added to the default setup
190 to increase performance on larger databases.
191
192 Various minor changes in data management system.
193
194 --- 1.0a2 1995/12/05
195
196 A couple of portability-problems resolved.
197
198 Changed some malloc() to xmalloc().
199
200 --- 1.0a1 1995/11/28
201
202 First release.