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