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