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