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