Adam Dickmeiss [Tue, 6 Oct 2009 11:06:44 +0000 (13:06 +0200)]
Fix generic proximity for re-occuring 2nd op.
Fix generic proximity. This patch makes it handle this case:
"a b a" with a search for @prox 0 1 1 2 k 2 b a .
Adam Dickmeiss [Wed, 16 Sep 2009 12:00:08 +0000 (14:00 +0200)]
Fix install doc rule for Automake 1.11
Adam Dickmeiss [Mon, 24 Aug 2009 12:40:55 +0000 (14:40 +0200)]
Version 2.0.41.
Adam Dickmeiss [Mon, 24 Aug 2009 12:28:54 +0000 (14:28 +0200)]
Left-assoc for proximity code and tests for it
Adam Dickmeiss [Fri, 31 Jul 2009 12:06:28 +0000 (14:06 +0200)]
Update m4.
Galen Charlton [Thu, 30 Jul 2009 12:55:18 +0000 (08:55 -0400)]
fix typos and other minor errors in doc
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Galen Charlton [Thu, 30 Jul 2009 12:17:08 +0000 (08:17 -0400)]
documented the sortmax configuration setting
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Adam Dickmeiss [Fri, 31 Jul 2009 10:11:04 +0000 (12:11 +0200)]
Remove // comment
Adam Dickmeiss [Fri, 31 Jul 2009 09:24:03 +0000 (11:24 +0200)]
Ignore generated file version.nsi
Adam Dickmeiss [Tue, 28 Jul 2009 13:54:40 +0000 (15:54 +0200)]
Fix DOM filter WRT record ID and PI record attr
Fix DOM filter so that full record ID (z:id) if given is used verbatim
rather than truncated until first blank - in other words use memcpy
rather than sscanf. For PI fix record attributes parsing which was completely
broken.
Adam Dickmeiss [Mon, 13 Jul 2009 12:17:56 +0000 (14:17 +0200)]
Version 2.0.40
Adam Dickmeiss [Mon, 13 Jul 2009 12:14:40 +0000 (14:14 +0200)]
Fix rset_default_forward to use scope
Adam Dickmeiss [Mon, 13 Jul 2009 12:10:27 +0000 (14:10 +0200)]
Avoid approx hit count if hits_limit==0 + few log mods
Adam Dickmeiss [Fri, 10 Jul 2009 16:03:50 +0000 (18:03 +0200)]
Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/idzebra
Adam Dickmeiss [Fri, 10 Jul 2009 16:03:32 +0000 (18:03 +0200)]
Update to new ID URLs
Adam Dickmeiss [Thu, 9 Jul 2009 08:32:56 +0000 (10:32 +0200)]
Version 2.0.39
Adam Dickmeiss [Mon, 6 Jul 2009 14:30:21 +0000 (16:30 +0200)]
Check for supported recordCompression during startup
Function zebra_register_open checks that specified recordCompression
is supported.
Adam Dickmeiss [Mon, 6 Jul 2009 14:29:44 +0000 (16:29 +0200)]
recordcompression settin in sample
Adam Dickmeiss [Mon, 6 Jul 2009 14:29:09 +0000 (16:29 +0200)]
Remove obsolete Doxygen setting
Adam Dickmeiss [Mon, 6 Jul 2009 12:07:26 +0000 (14:07 +0200)]
Fix locals for where bzip2 is not present but zlib is
Adam Dickmeiss [Mon, 6 Jul 2009 11:59:20 +0000 (13:59 +0200)]
Avoid logging of all compression/decompression
Adam Dickmeiss [Mon, 6 Jul 2009 11:59:02 +0000 (13:59 +0200)]
Fix recordCompression check
Adam Dickmeiss [Mon, 6 Jul 2009 11:15:09 +0000 (13:15 +0200)]
Allow records to be zlib-compressed
Configure now looks for zlib development headers + libs. When present,
zlib compression may be enabled with recordCompression: zlib in zebra.cfg.
Adam Dickmeiss [Fri, 3 Jul 2009 09:25:28 +0000 (11:25 +0200)]
Change recd{A,B} block sizes
Change record block sizes from 128/512 to 256/2048 and set move block
size margin to 4096.
Adam Dickmeiss [Thu, 2 Jul 2009 15:01:50 +0000 (17:01 +0200)]
Record db tuning: dont use ref_count > 1 ..
Avoid a compression chunk size of 90000 which may be good for BZIP2
but is useless for non-compressed records. Refactor flushing a bit.
Tune the move-to-higher block factor from 24 to 12.
Adam Dickmeiss [Thu, 2 Jul 2009 12:07:52 +0000 (14:07 +0200)]
Delete rather than mark-empty dict entries (bug #2913).
The dict_del_string is now removes NULL subptr entries from pages
and cleans out pages with zero entries.
Adam Dickmeiss [Thu, 2 Jul 2009 09:23:43 +0000 (11:23 +0200)]
Reindent
Adam Dickmeiss [Fri, 26 Jun 2009 14:03:40 +0000 (16:03 +0200)]
Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/idzebra
Adam Dickmeiss [Fri, 26 Jun 2009 14:03:24 +0000 (16:03 +0200)]
Use Docbook formatted GPL v2 from FSF
Adam Dickmeiss [Fri, 19 Jun 2009 19:57:07 +0000 (21:57 +0200)]
News for 2.0.38
Adam Dickmeiss [Fri, 19 Jun 2009 19:32:49 +0000 (21:32 +0200)]
Version 2.0.38
Adam Dickmeiss [Fri, 19 Jun 2009 13:27:14 +0000 (15:27 +0200)]
ISAMB: ark header dty if freelist is updated
Adam Dickmeiss [Fri, 19 Jun 2009 13:25:37 +0000 (15:25 +0200)]
Log freelist info changes
Adam Dickmeiss [Fri, 19 Jun 2009 12:59:51 +0000 (14:59 +0200)]
Return a value for function zebra_chdir
Adam Dickmeiss [Fri, 19 Jun 2009 12:53:26 +0000 (14:53 +0200)]
Fix fscan return val check
Adam Dickmeiss [Thu, 18 Jun 2009 13:34:31 +0000 (15:34 +0200)]
Handle failures for some C calls (chdir, write, etc)
Adam Dickmeiss [Thu, 18 Jun 2009 06:47:36 +0000 (08:47 +0200)]
Change estimated hits for multi-and/or (bug #2907)
The r_pos method of rset multi-and/or is modified so that the
ratio is calculated differently. This should fix bug #2709.
Adam Dickmeiss [Wed, 20 May 2009 09:07:50 +0000 (11:07 +0200)]
post/postrun calls ldconfig
Adam Dickmeiss [Mon, 18 May 2009 11:07:31 +0000 (13:07 +0200)]
Version 2.0.37
Adam Dickmeiss [Mon, 18 May 2009 10:46:27 +0000 (12:46 +0200)]
Summarize news
Adam Dickmeiss [Thu, 14 May 2009 11:53:49 +0000 (13:53 +0200)]
Log also Git SHA1 when zebrasrv starts
Adam Dickmeiss [Mon, 27 Apr 2009 13:20:51 +0000 (15:20 +0200)]
Fix problem with generic proximity handling.
The generic proximity handling did not collect seqnos for first
operand correctly. New test case for it in test_search.
Fix problem with generic proximity handling.
Adam Dickmeiss [Mon, 20 Apr 2009 12:02:39 +0000 (14:02 +0200)]
Preserve behavior as well..
Adam Dickmeiss [Mon, 20 Apr 2009 11:45:53 +0000 (13:45 +0200)]
Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/idzebra
Adam Dickmeiss [Mon, 20 Apr 2009 11:44:15 +0000 (13:44 +0200)]
Fix code fragment with undefined behavior.
Adam Dickmeiss [Sat, 11 Apr 2009 18:00:52 +0000 (20:00 +0200)]
Fixes for tutorial (dc_-removed) and other.
Tutorial updated with fixes as noted by Eric Begin and without dc_ in
index names (due to oai2index.xsl being updated earlier).
Adam Dickmeiss [Wed, 1 Apr 2009 14:42:22 +0000 (16:42 +0200)]
More prox tests for safari
Adam Dickmeiss [Wed, 1 Apr 2009 14:28:44 +0000 (16:28 +0200)]
New prox tests for safari filter.
Adam Dickmeiss [Wed, 1 Apr 2009 14:24:27 +0000 (16:24 +0200)]
Pass type in to printf sz param
Adam Dickmeiss [Wed, 25 Mar 2009 20:43:18 +0000 (21:43 +0100)]
New YAZ GFS to illustrate retrieval of MARC.
Adam Dickmeiss [Tue, 24 Mar 2009 20:42:17 +0000 (21:42 +0100)]
Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/idzebra
Adam Dickmeiss [Tue, 24 Mar 2009 16:09:30 +0000 (17:09 +0100)]
Update
Adam Dickmeiss [Tue, 24 Mar 2009 15:50:49 +0000 (16:50 +0100)]
New ranking rank-2 .. Like rank-1 but subtracts staticrank.
rank-2 is a combination of rank-1 and static rank.. The staticrank
is inverse (lowest value comes first, etc..). rank-2 thus substracts that
from score. This allows a system to specify a "base" rank (=staticrank).
Adam Dickmeiss [Tue, 24 Mar 2009 15:50:26 +0000 (16:50 +0100)]
Align profilePath for other tests
Adam Dickmeiss [Tue, 24 Mar 2009 15:32:51 +0000 (16:32 +0100)]
Minor reformatting.
Adam Dickmeiss [Fri, 20 Mar 2009 21:46:20 +0000 (22:46 +0100)]
Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/idzebra
Adam Dickmeiss [Thu, 19 Mar 2009 10:42:10 +0000 (11:42 +0100)]
marcxml example installed
Adam Dickmeiss [Thu, 19 Mar 2009 10:36:17 +0000 (11:36 +0100)]
MARC21slim2MODS3.xsl not in use (so removed)
Adam Dickmeiss [Thu, 19 Mar 2009 10:35:33 +0000 (11:35 +0100)]
no GPL header here
Adam Dickmeiss [Thu, 19 Mar 2009 10:33:00 +0000 (11:33 +0100)]
install marc21 sample
Adam Dickmeiss [Thu, 19 Mar 2009 10:32:38 +0000 (11:32 +0100)]
Fix dist-check (uninstall of records)
Adam Dickmeiss [Thu, 19 Mar 2009 09:56:17 +0000 (10:56 +0100)]
zebra.cfg part of dist (again)
Adam Dickmeiss [Wed, 18 Mar 2009 16:21:45 +0000 (17:21 +0100)]
Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/idzebra
Adam Dickmeiss [Wed, 18 Mar 2009 15:18:33 +0000 (16:18 +0100)]
gils example installed (bug #2684)
Adam Dickmeiss [Wed, 18 Mar 2009 14:41:34 +0000 (15:41 +0100)]
Fix ICU search problem / caret not escaped.
For some ICU versions (4.0.1, possibly others) the normalized term
may include a caret (^) in it and so this chracter must also be
escaped before turned into a regular expression.
Adam Dickmeiss [Wed, 18 Mar 2009 09:45:13 +0000 (10:45 +0100)]
Mention Libxml2/Libxslt for DOMXML/Alvis
Adam Dickmeiss [Mon, 23 Feb 2009 16:57:42 +0000 (17:57 +0100)]
Update to new logo
Adam Dickmeiss [Tue, 17 Feb 2009 09:34:01 +0000 (10:34 +0100)]
Version 2.0.36.
Adam Dickmeiss [Tue, 17 Feb 2009 08:16:07 +0000 (09:16 +0100)]
Zebra version autocreated by configure for NSIS spec.
Adam Dickmeiss [Tue, 17 Feb 2009 08:15:14 +0000 (09:15 +0100)]
Summarize news
Adam Dickmeiss [Tue, 17 Feb 2009 07:59:49 +0000 (08:59 +0100)]
Update year and URL to mailing list
Adam Dickmeiss [Tue, 20 Jan 2009 10:45:14 +0000 (11:45 +0100)]
Harmonise index:type parsing for special fetches
Harmonise index:type parsing for special fetches so that facets,
special index (and sort) uses parse_index_spec. Also make zebra::index
fetches case-insensitive for index names.
Adam Dickmeiss [Thu, 15 Jan 2009 13:49:21 +0000 (14:49 +0100)]
Align snippets handling of unknown register type with indexing
Align snippets handling of unknown register type with indexing. This
is to ensure that for unknown index types, the snippets behave the
same way as indexing.. If not, snippets, can not be generated
correctly.
Adam Dickmeiss [Thu, 15 Jan 2009 13:30:24 +0000 (14:30 +0100)]
removed a few debug stmts
Adam Dickmeiss [Thu, 15 Jan 2009 12:33:53 +0000 (13:33 +0100)]
Updated footer comment
Adam Dickmeiss [Fri, 9 Jan 2009 17:05:14 +0000 (18:05 +0100)]
Skip test if grs.xml is not present
Adam Dickmeiss [Fri, 9 Jan 2009 16:44:11 +0000 (17:44 +0100)]
Produce error if .chr file has no directives
Adam Dickmeiss [Fri, 9 Jan 2009 13:38:04 +0000 (14:38 +0100)]
Happy new year
Adam Dickmeiss [Fri, 9 Jan 2009 13:09:45 +0000 (14:09 +0100)]
Fixed 'inconsistent register' bug caused by terms of size IT_MAX_WORD
Adam Dickmeiss [Fri, 9 Jan 2009 12:25:08 +0000 (13:25 +0100)]
Avoid record match in test mode (-s) and refactor a bit
Adam Dickmeiss [Fri, 9 Jan 2009 10:40:59 +0000 (11:40 +0100)]
Fixed dangerious use of sprintf
Adam Dickmeiss [Tue, 6 Jan 2009 09:18:03 +0000 (10:18 +0100)]
Adjust messages produced by '-V'.
Adam Dickmeiss [Mon, 5 Jan 2009 11:05:48 +0000 (12:05 +0100)]
mk_version.tcl part of dist
Adam Dickmeiss [Mon, 5 Jan 2009 11:04:14 +0000 (12:04 +0100)]
Use mk_version.tcl on Windows
Adam Dickmeiss [Mon, 5 Jan 2009 10:41:47 +0000 (11:41 +0100)]
The configure script produces include/idzebra/version.h
The configure script produces include/idzebra/version.h. The function
zebra_get_version returns SHA1 ID as second argument.
Adam Dickmeiss [Mon, 5 Jan 2009 09:56:02 +0000 (10:56 +0100)]
Merge branch 'bug2338'
Adam Dickmeiss [Tue, 30 Dec 2008 15:45:02 +0000 (16:45 +0100)]
Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/idzebra
Adam Dickmeiss [Tue, 30 Dec 2008 15:44:45 +0000 (16:44 +0100)]
Added implementation-codes directive for .mar files
Adam Dickmeiss [Thu, 25 Dec 2008 12:32:13 +0000 (13:32 +0100)]
Call autoheader when needed
Adam Dickmeiss [Thu, 25 Dec 2008 12:08:13 +0000 (13:08 +0100)]
Same buildconf.sh as YAZ
Adam Dickmeiss [Thu, 11 Dec 2008 11:23:46 +0000 (12:23 +0100)]
Annotations. Introduced define for CFile state.
Adam Dickmeiss [Thu, 11 Dec 2008 09:27:50 +0000 (10:27 +0100)]
Partial fix of bug #2338: Drop database does not free up space.
The recd{A,B} no longer leaks, but sort register files are still
around.
Adam Dickmeiss [Thu, 11 Dec 2008 09:27:30 +0000 (10:27 +0100)]
Using isam:b.
Adam Dickmeiss [Tue, 9 Dec 2008 15:20:14 +0000 (16:20 +0100)]
Calling rec_get/rec_del for each record to be deleted in database.
Adam Dickmeiss [Fri, 5 Dec 2008 15:03:23 +0000 (16:03 +0100)]
Prelimiary work on bug 2338.
Adam Dickmeiss [Mon, 10 Nov 2008 17:16:39 +0000 (18:16 +0100)]
Updated for latest doc/common.
Adam Dickmeiss [Fri, 7 Nov 2008 13:00:34 +0000 (14:00 +0100)]
Same buildconf.sh as yaz
Adam Dickmeiss [Thu, 6 Nov 2008 17:11:10 +0000 (18:11 +0100)]
Bump nsi to 2.0.34
unknown [Thu, 6 Nov 2008 17:03:59 +0000 (18:03 +0100)]
Fixed memory init problem for mod_dom in show records mode.
Adam Dickmeiss [Thu, 6 Nov 2008 12:32:59 +0000 (13:32 +0100)]
Removed CVS Ids.