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