2007.
[idzebra-moved-to-github.git] / NEWS
1 Added support for specification of staticrank for grs-class of filters.
2 This is enabled by using 'staticrank indexname' in .abs. Contents of
3 indexname (elm ... indexname:w) is then used as value for staticrank.
4
5 Implemented sorting via the ISAMB system. To enable, use sortindex:i in
6 zebra.cfg.
7
8 Added special retrieval support for sort keys. These keys can also be
9 fetched using zebra::index:field:s   
10
11 Added support for specification of approximative limits for whole query.
12 This is specified as attribute type 12. Semantics is the same as
13 estimatehits in zebra.cfg.
14
15 --- 2.0.6 2006/11/28
16
17 Fixed bug #736: Updates gets slower.
18
19 Fixed bug #735: Delete fails to process rest of file after a record that
20 does not exist,
21
22 Added RPM package for Zebra 2.
23
24 Improved indexing speed for large documents.
25
26 Added support for special utility retrieval zebra:: which offers retrieval
27 of fundamental properties for record, such as indexed terms, raw record,
28 and system record ID.
29
30 --- 2.0.4 2006/10/16
31
32 Fixed bug #47: Commit needs to check for roll-back.
33
34 Fixed bug #672: Trailing characters in password are ignored
35
36 Added extra presence check for tcl.h, because some systems have
37 tclConfig.sh installed even though Tcl C headers are missing.
38
39 Optimized melm performance.
40
41 Do not use sync(2) during commit (but rely on sync'd individual files).
42
43 Fixed bug in ISAMB's utility function decode_ptr. With gcc -O3 on some
44 platforms the src argument was not updated. Problem was compiler
45 optimization due to strict aliasing rules.
46
47 --- 2.0.2 2006/09/22
48
49 Bug fixes: #638, #647, #657, #669.
50
51 Implement skip of 0 hit counts in scan. Useful for scan operations
52 limited by a result set.
53
54 Honor position attribute, i.e. allow first-in-field search. To
55 enable this, "firstinfield 1" must be given for an index in
56 default.idx. Enabled in tab/default.idx for w. At this stage
57 first-in field is supported for phrase/and-list/or-list searches
58
59 Common stream reader interface for record filters (struct ZebraRecStream).
60
61 Debian package fix: packages idzebra-2.0 + libidzebra-2.0-modules did
62 not depend properly on sub packages.
63
64 --- 2.0.0 2006/08/14
65
66 New record filter (record type) 'alvis' which uses XSLT transformations
67 to drive both indexing as well as retrieval. See example configuration in the
68 'example/alvis-oai' directory.
69
70 'isamb' is now the default ISAM system. In Zebra 1.3, the default ISAM was
71 'isamc'. The type used can still be configured with the 'isam' setting
72 in 'zebra.cfg'.
73
74 Index structure is now 64-bit based, also on 32 bit systems. 
75 There are no more 2GB register file limits.
76
77 Extended search result tuning. Approximate limit for terms can be enabled
78 and specified with attribute 11. The (approx or exact) hit count is returned
79 as part of the search response as in 1.3 series. The subqueryID of a search
80 term hit count can be specified with attribute 10.
81
82 Zebra uses string attributes for indexing internally. Using set+numeric
83 use attribute can still be used. This is a search-only conversion which
84 inspects '*.att'-set files as indicated using attset-directives in 'zebra.cfg'.
85 'attset' references are no longer required, but when used they deserve
86 as "check" for that the index names used are also present in '*.att'.
87
88 Zebra record filters (record type handlers) may be built as loadable
89 modules (.so's) on Unix. In particular the Zebra 2.0 Debian package uses
90 separate packages for each of them. This also means that zebra programs
91 such as zebraidx is no longer depending on Tcl/other..
92
93 Documentation updates, especially on query structure and syntax, SRU, 
94 XSLT support, alvis filter module, and many added examples.
95
96 Improved logging of the 'zebrasrv' and 'zebraidx' binaries.
97
98 Improved debian package structure.
99
100 --- 1.3.16 2004/08/16