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