71c35ae846853a6258944e408634bbeded4ef17d
[idzebra-moved-to-github.git] / CHANGELOG
1
2 --- 1.1.1 2002/03/21
3
4 Fixes for Digital Unix
5
6 Implemented hits per term using USR:SearchResult-1.
7
8 New Zebra API. Locking system re-implemented.
9
10 --- 1.1.stable 2002/02/20
11
12 Rank weight can be controlled with attribute type 9. Default
13 value is 34. Recommended values between 1-36.
14
15 --- 1.1 2001/10/25
16
17 Updated for YAZ version 1.8.
18
19 Added support for termsets - a result set of terms matching
20 a given query. For @attr 8=<set> creates termset named <set>.
21
22 Added support for raw retrieval. Element Set Name R forces the
23 text filter which returns the record in its original form.
24
25 Added numerical sort - triggered by structure=numeric (4=109).
26
27 Remote record import using Z39.50 Extended Services and Segments.
28
29 Fixed bug where updating a database with user-defined attributes
30 could corrupt the register (bad storeKeys).
31
32 Multi-threaded version.
33
34 Fixed bug regarding proximity.
35
36 Documentation updates.
37
38 Fixed bug in record retrieval module that occured on 64-bit OSF 
39 architectures.
40
41 --- 1.0.1 2000/2/10
42
43 Fixed bug in makefile for WIN32.
44
45 Fixed bug in configure script - used bash-specific features.
46
47 --- 1.0 1999/12/10
48
49 The software was split in two products Zebra (for testing,
50 non-profit use) and the commercial product Z'mbol. Zebra no
51 longer supports INDEX UPDATES, i.e. zebraidx should be invoked only
52 once for each register. Refer to LICENSE.zebra for more info.
53
54 Added support for multiple records in one file for filter grs.sgml.
55
56 Changed record index structure. New layout is incompatible with
57 previous releases. Added setting "recordcompression" to control
58 compression of records. Possible values are "none" (no
59 compression) and bzip2 (compression using libbz2).
60
61 Added XML transfer syntax support for retrieval of structured records.
62 Schema in CompSpec is recognised in retrieval of structured records.
63
64 Changed Tcl record filter so that it attemps to read  <filt>.tflt. If
65 that fails, the filter reads the file <filt>.flt (regx style filter).
66
67 Implemented new Tcl record filter -  use grs.tcl.<filter> to enable it.
68 Zebra's configure script automatically attempts to locate Tcl. For
69 manual Tcl configuration use option --with-tclconfig=<path> to specify
70 where Tcl's library files are located.
71
72 Implemented "compression" of Dictionary and ISAM system. Dictionary
73 format HAS changed.
74
75 Added "tagsysno" directive to zebra.cfg to control under which tag the
76 system ID is placed. Use tagsysno: 0 to disable Zebra's system number
77 entirely.
78
79 Added "tagrank" as above.
80
81 Changed file naming scheme for register files from <name>.mf.<no> to
82 <name>-<no>.mf.
83
84 Implemented "position"-flag for register type (as defined in
85 default.idx). When set to zero no position (or seqence number) is
86 saved in register for each word occurrence, thus saving some register
87 space.
88
89 Implemented database mapping. Using mapdb one can specify a database
90 to be mapped to one or more physical databases. Usage:
91 mapdb <fromdb> <todb> ..
92
93 Added SOIF-filter. Thanks to Peter Valkenburg.
94
95 For the regx-filter "end element -record" may trigger a mark-of-record
96 if outer level is reached.
97
98 Tag sets may be typed in the reference to it. From the .abs-file the
99 "tagset" directive takes a third optional integer type for the tag set
100 referenced. From a .tag-file the "include" directive takes a third
101 optional type as well. The old "type" directive in the tag set itself
102 is still recognized but acts as the default type for the tag set.
103  
104 Zebra supports the specification of arbitrary attributes sets, schemas
105 and tag sets, because of the change in YAZ' OID management system.
106
107 Fixed bug in Sort that caused it NOT to use character mapping as it
108 should.
109
110 Zebra now uses GNU configure to generate Makefile(s).
111
112 Added un-optimised support for left and left/right truncation attributes.
113
114 Added support for relational operators on text when using RPN queries.
115
116 Added support for sort specifications in RPN queries. Type 7 specifies
117 'sort' where value 1=ascending, value 2=descending. The use attribute
118 specifies the field criteria as usual.  The term specifies priority
119 where 0=first, 1=second, ...
120
121 Changed the way use attributes are specified in the recordId
122 specification.
123
124 Maximum number of databases in one Zebra register increased.
125
126 New setting, databasePath, which specifies that first directory during
127 update traversal is the database name (instead of a fixed one).
128
129 New setting, explainDatabase, which specifies that databases are
130 EXPLAIN aware.
131
132 Modified Zebra so that it works with ASN.1 compiled code for YAZ.
133
134 Implemented EXPLAIN database maintenance. Zebra automatically
135 generate - and update CategoryList, TargetInfo, DatabaseInfo,
136 AttributeSetInfo and AttributeDetails records at this stage. The
137 records may be transferred as GRS-1, SUTRS or Explain.
138
139 Fixed register spec so that colon isn't treated as size separator
140 unless followed by [0-9+-] in order to allow DOS drive specifications.
141
142 Fixed two bugs in ISAMC system.
143
144 Changed the way Zebra keeps its maintenance information about attribute
145 sets, available attributes, etc.. Records in "SGML" notation using an
146 EXPLAIN schema is now used when appropriate.
147
148 Bug fix: Index didn't handle update/insert/delete of the same record
149 (i.e. same recordId) in one run (one invocation of zebraidx). Only the
150 first occurence of a record is considered.
151
152 Most searches now return correct number of hits.
153
154 New modular ranking system. Interested programmers are encouraged to
155 inspect rank1.c and improve the algorithm.
156
157 Bug fix: Lock files weren't removed as they should on NT.
158
159 Implemented Z39.50 Sort. Zebra's sort handler uses use attributes to
160 specify a "sort register". Refer to the gils sample records which refer
161 to index type "s" which is specified as "sort" in the default.idx file.
162 Each sort criteria can either be Ascending or Descending and at most
163 three sort elements can be specified.  
164
165 Bug fix: Character mapping didn't work for text files.
166
167 --- 1.0b1 1998/1/29
168
169 Simple ranked searches now return correct number of hits.
170
171 The test option (-s) only makes a read-lock on the index as well
172 as using read-only operations anywhere.
173
174 Moved towards generic character mapping. Configuration file default.idx
175 specifies character map files for register types w, p, u, etc.
176
177 Implemented "begin variant" for the sgml.regx - filter.
178
179 Fixed a few memory leaks.
180
181 Added support for C++, headers uses extern "C" for public definitions.
182
183 Bug fix: The show records facility (-s) only displayed information for
184 the first record in a file (and not for every record in the file).
185
186 Added option "-f <n>" to limit the logging of record operations. After
187 <n> records has been processed no logging is performed (unless errors
188 occur).
189
190 Bug fix: the compressed ISAM system didn't handle update operations
191 correctly.
192
193 Added setting, "maxResultSetSize", to hold the number of records to 
194 save in a result set.
195
196 Bug fix: Complete phrase did't work for search operations.
197
198 Bug fix: temporary result sets weren't deleted.
199
200 Reduced disk space for saved keys (storeKeys = 1).
201
202 Added optional, physical ANY (key replication)
203
204 Implemented proximity operator in search.
205
206 Bug fix: the path name buffers used by file match traversal routines
207 have been extended to support long file names.
208
209 New C(ompressed) ISAM system. To enable it, specify "isam: c" in the
210 configuration file. The resulting register without "storeKeys" is about
211 half the size, and the memory used by zebraidx during phase 2 (merge) is
212 reduced to a minimum.
213
214 Reworked the way Regexp-2 queries with error tolerance are handled and
215 specified. The documentation has been updated accordingly.
216
217 Bug fix: Zebrasrv didn't search correctly when queries contained masking
218 characters. This bug was introduced in 1.0a8.
219
220 Zebrasrv now tag records with the proper database name.
221
222 New settings, memMax and keyTmpDir.
223
224 Changed name of setting lockDir (previously called lockPath) and
225 setTmpDir (previously called tempSetPath).
226
227 Generalized and changed record type specifications. In short, there are:
228        text                plain SUTRS
229        grs.sgml            structured, "SGML-like" syntax
230        grs.regx.<filter>   structured, Regular expression filter
231        grs.marc.<abs>      Reads *MARC records in the ISO2709 format. <abs>
232                            is the name of an abstract syntax file.                           
233 Bug fix: Result sets weren't sorted in operations involving boolean
234 operations with "ranked" operands.
235
236 --- 1.0a8 1996/6/6
237
238 Added national character-handling subsystem.
239
240 Various fixes.
241
242 Small modifications to input filters and profiles.
243
244 Added support for SOIF syntax (with private OID).
245
246 --- 1.0a7 1996/5/16
247
248 Fixed buffer-size problem in indexing.
249
250 Added compression to temporary files for updating.
251
252 Added phrase registers.
253
254 Added dynamic mapping of search attribute to multiple termlists (ANY).
255
256 Scan support in multiple databases/registers.
257
258 Configuration settings are case-insensitive and single dash (-)
259 characters are ignored in comparisons.
260
261 The index processing ignores empty files - warning given.
262
263 New option to zebraidx (-V) displays version information.
264
265 --- 1.0a6 1996/2/24
266
267 Fixed problem in file-update system.
268
269 Fixed problem in shadow system; register was sometimes corrupted after
270 a commit operation.
271
272 --- 1.0a5 1996/2/10
273
274 Fixed problems in the ISAM subsystem. Caused difficulties when updating
275 existing registers.
276
277 Fixed small problem in SUTRS-filter. A newline was sometimes inserted before
278 the rank and record number.
279
280 Fixed bug in the isam subsystem - caused a malfunction when accessing
281 words which occurred more than 10000 times.
282
283 Distribution should now include YAZ (Z39.50 protocol stack) to simplify
284 installation.
285
286 Server can now run under inetd. Use option -i, and -w <directory> to
287 set working directory to desired location.
288
289 New zebraidx command: clean - removes temporary shadow files.
290
291 Fixed bug in ISAM system. Occurred rarely during register updates.
292
293 Logging during index merge phase is improved. The remaining running
294 time is estimated.
295
296 Temporary files generated by zebraidx are removed after each run.
297
298 Bug fix: Dictionary didn't handle 8-bit characters correctly; was obvious
299 when doing scan operations in dictionaries with European characters.
300
301 --- 1.0a4 1996/01/11
302
303 A whole slew of updates, to make the first publicized release. Get the doc
304 and check it out.
305
306 --- 1.0a3 1995/12/06
307
308 Memory-problems in ISAM fixed. More blocktypes added to the default setup
309 to increase performance on larger databases.
310
311 Various minor changes in data management system.
312
313 --- 1.0a2 1995/12/05
314
315 A couple of portability-problems resolved.
316
317 Changed some malloc() to xmalloc().
318
319 --- 1.0a1 1995/11/28
320
321 First release.