idzebra-moved-to-github.git
14 years agoChange include cpp var name mysql
Adam Dickmeiss [Fri, 31 Jul 2009 11:45:27 +0000 (13:45 +0200)]
Change include cpp var name

14 years agoAdd copyright header + footer
Adam Dickmeiss [Fri, 31 Jul 2009 11:42:08 +0000 (13:42 +0200)]
Add copyright header + footer

14 years agoRemove redundant code
Adam Dickmeiss [Fri, 31 Jul 2009 11:40:32 +0000 (13:40 +0200)]
Remove redundant code

14 years agoMysql indexing pluging
Adam Dickmeiss [Fri, 31 Jul 2009 10:06:52 +0000 (12:06 +0200)]
Mysql indexing pluging

Patch from Daine Mamacos to use Mysql storage for indexing.

14 years agoIgnore generated file version.nsi
Adam Dickmeiss [Fri, 31 Jul 2009 09:24:03 +0000 (11:24 +0200)]
Ignore generated file version.nsi

14 years agoFix DOM filter WRT record ID and PI record attr
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.

14 years agoVersion 2.0.40 v2.0.40
Adam Dickmeiss [Mon, 13 Jul 2009 12:17:56 +0000 (14:17 +0200)]
Version 2.0.40

14 years agoFix rset_default_forward to use scope
Adam Dickmeiss [Mon, 13 Jul 2009 12:14:40 +0000 (14:14 +0200)]
Fix rset_default_forward to use scope

14 years agoAvoid approx hit count if hits_limit==0 + few log mods
Adam Dickmeiss [Mon, 13 Jul 2009 12:10:27 +0000 (14:10 +0200)]
Avoid approx hit count if hits_limit==0 + few log mods

14 years agoMerge branch 'master' of ssh://git.indexdata.com/home/git/pub/idzebra
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

14 years agoUpdate to new ID URLs
Adam Dickmeiss [Fri, 10 Jul 2009 16:03:32 +0000 (18:03 +0200)]
Update to new ID URLs

14 years agoVersion 2.0.39 v2.0.39
Adam Dickmeiss [Thu, 9 Jul 2009 08:32:56 +0000 (10:32 +0200)]
Version 2.0.39

14 years agoCheck for supported recordCompression during startup
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.

14 years agorecordcompression settin in sample
Adam Dickmeiss [Mon, 6 Jul 2009 14:29:44 +0000 (16:29 +0200)]
recordcompression settin in sample

14 years agoRemove obsolete Doxygen setting
Adam Dickmeiss [Mon, 6 Jul 2009 14:29:09 +0000 (16:29 +0200)]
Remove obsolete Doxygen setting

14 years agoFix locals for where bzip2 is not present but zlib is
Adam Dickmeiss [Mon, 6 Jul 2009 12:07:26 +0000 (14:07 +0200)]
Fix locals for where bzip2 is not present but zlib is

14 years agoAvoid logging of all compression/decompression
Adam Dickmeiss [Mon, 6 Jul 2009 11:59:20 +0000 (13:59 +0200)]
Avoid logging of all compression/decompression

14 years agoFix recordCompression check
Adam Dickmeiss [Mon, 6 Jul 2009 11:59:02 +0000 (13:59 +0200)]
Fix recordCompression check

14 years agoAllow records to be zlib-compressed
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.

14 years agoChange recd{A,B} block sizes
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.

14 years agoRecord db tuning: dont use ref_count > 1 ..
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.

14 years agoDelete rather than mark-empty dict entries (bug #2913).
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.

14 years agoReindent
Adam Dickmeiss [Thu, 2 Jul 2009 09:23:43 +0000 (11:23 +0200)]
Reindent

14 years agoMerge branch 'master' of ssh://git.indexdata.com/home/git/pub/idzebra
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

14 years agoUse Docbook formatted GPL v2 from FSF
Adam Dickmeiss [Fri, 26 Jun 2009 14:03:24 +0000 (16:03 +0200)]
Use Docbook formatted GPL v2 from FSF

14 years agoNews for 2.0.38 v2.0.38
Adam Dickmeiss [Fri, 19 Jun 2009 19:57:07 +0000 (21:57 +0200)]
News for 2.0.38

14 years agoVersion 2.0.38
Adam Dickmeiss [Fri, 19 Jun 2009 19:32:49 +0000 (21:32 +0200)]
Version 2.0.38

14 years agoISAMB: ark header dty if freelist is updated
Adam Dickmeiss [Fri, 19 Jun 2009 13:27:14 +0000 (15:27 +0200)]
ISAMB: ark header dty if freelist is updated

14 years agoLog freelist info changes
Adam Dickmeiss [Fri, 19 Jun 2009 13:25:37 +0000 (15:25 +0200)]
Log freelist info changes

14 years agoReturn a value for function zebra_chdir
Adam Dickmeiss [Fri, 19 Jun 2009 12:59:51 +0000 (14:59 +0200)]
Return a value for function zebra_chdir

14 years agoFix fscan return val check
Adam Dickmeiss [Fri, 19 Jun 2009 12:53:26 +0000 (14:53 +0200)]
Fix fscan return val check

14 years agoHandle failures for some C calls (chdir, write, etc)
Adam Dickmeiss [Thu, 18 Jun 2009 13:34:31 +0000 (15:34 +0200)]
Handle failures for some C calls (chdir, write, etc)

14 years agoChange estimated hits for multi-and/or (bug #2907)
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.

14 years agopost/postrun calls ldconfig v2.0.37.rhel53
Adam Dickmeiss [Wed, 20 May 2009 09:07:50 +0000 (11:07 +0200)]
post/postrun calls ldconfig

14 years agoVersion 2.0.37 v2.0.37
Adam Dickmeiss [Mon, 18 May 2009 11:07:31 +0000 (13:07 +0200)]
Version 2.0.37

14 years agoSummarize news
Adam Dickmeiss [Mon, 18 May 2009 10:46:27 +0000 (12:46 +0200)]
Summarize news

14 years agoLog also Git SHA1 when zebrasrv starts
Adam Dickmeiss [Thu, 14 May 2009 11:53:49 +0000 (13:53 +0200)]
Log also Git SHA1 when zebrasrv starts

14 years agoFix problem with generic proximity handling.
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.

15 years agoPreserve behavior as well..
Adam Dickmeiss [Mon, 20 Apr 2009 12:02:39 +0000 (14:02 +0200)]
Preserve behavior as well..

15 years agoMerge branch 'master' of ssh://git.indexdata.com/home/git/pub/idzebra
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

15 years agoFix code fragment with undefined behavior.
Adam Dickmeiss [Mon, 20 Apr 2009 11:44:15 +0000 (13:44 +0200)]
Fix code fragment with undefined behavior.

15 years agoFixes for tutorial (dc_-removed) and other.
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).

15 years agoMore prox tests for safari
Adam Dickmeiss [Wed, 1 Apr 2009 14:42:22 +0000 (16:42 +0200)]
More prox tests for safari

15 years agoNew prox tests for safari filter.
Adam Dickmeiss [Wed, 1 Apr 2009 14:28:44 +0000 (16:28 +0200)]
New prox tests for safari filter.

15 years agoPass type in to printf sz param
Adam Dickmeiss [Wed, 1 Apr 2009 14:24:27 +0000 (16:24 +0200)]
Pass type in to printf sz param

15 years agoNew YAZ GFS to illustrate retrieval of MARC.
Adam Dickmeiss [Wed, 25 Mar 2009 20:43:18 +0000 (21:43 +0100)]
New YAZ GFS to illustrate retrieval of MARC.

15 years agoMerge branch 'master' of ssh://git.indexdata.com/home/git/pub/idzebra
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

15 years agoUpdate
Adam Dickmeiss [Tue, 24 Mar 2009 16:09:30 +0000 (17:09 +0100)]
Update

15 years agoNew ranking rank-2 .. Like rank-1 but subtracts staticrank.
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).

15 years agoAlign profilePath for other tests
Adam Dickmeiss [Tue, 24 Mar 2009 15:50:26 +0000 (16:50 +0100)]
Align profilePath for other tests

15 years agoMinor reformatting.
Adam Dickmeiss [Tue, 24 Mar 2009 15:32:51 +0000 (16:32 +0100)]
Minor reformatting.

15 years agoMerge branch 'master' of ssh://git.indexdata.com/home/git/pub/idzebra
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

15 years agomarcxml example installed
Adam Dickmeiss [Thu, 19 Mar 2009 10:42:10 +0000 (11:42 +0100)]
marcxml example installed

15 years agoMARC21slim2MODS3.xsl not in use (so removed)
Adam Dickmeiss [Thu, 19 Mar 2009 10:36:17 +0000 (11:36 +0100)]
MARC21slim2MODS3.xsl not in use (so removed)

15 years agono GPL header here
Adam Dickmeiss [Thu, 19 Mar 2009 10:35:33 +0000 (11:35 +0100)]
no GPL header here

15 years agoinstall marc21 sample
Adam Dickmeiss [Thu, 19 Mar 2009 10:33:00 +0000 (11:33 +0100)]
install marc21 sample

15 years agoFix dist-check (uninstall of records)
Adam Dickmeiss [Thu, 19 Mar 2009 10:32:38 +0000 (11:32 +0100)]
Fix dist-check (uninstall of records)

15 years agozebra.cfg part of dist (again)
Adam Dickmeiss [Thu, 19 Mar 2009 09:56:17 +0000 (10:56 +0100)]
zebra.cfg part of dist (again)

15 years agoMerge branch 'master' of ssh://git.indexdata.com/home/git/pub/idzebra
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

15 years agogils example installed (bug #2684)
Adam Dickmeiss [Wed, 18 Mar 2009 15:18:33 +0000 (16:18 +0100)]
gils example installed (bug #2684)

15 years agoFix ICU search problem / caret not escaped.
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.

15 years agoMention Libxml2/Libxslt for DOMXML/Alvis
Adam Dickmeiss [Wed, 18 Mar 2009 09:45:13 +0000 (10:45 +0100)]
Mention Libxml2/Libxslt for DOMXML/Alvis

15 years agoUpdate to new logo
Adam Dickmeiss [Mon, 23 Feb 2009 16:57:42 +0000 (17:57 +0100)]
Update to new logo

15 years agoVersion 2.0.36. v2.0.36
Adam Dickmeiss [Tue, 17 Feb 2009 09:34:01 +0000 (10:34 +0100)]
Version 2.0.36.

15 years agoZebra version autocreated by configure for NSIS spec.
Adam Dickmeiss [Tue, 17 Feb 2009 08:16:07 +0000 (09:16 +0100)]
Zebra version autocreated by configure for NSIS spec.

15 years agoSummarize news
Adam Dickmeiss [Tue, 17 Feb 2009 08:15:14 +0000 (09:15 +0100)]
Summarize news

15 years agoUpdate year and URL to mailing list
Adam Dickmeiss [Tue, 17 Feb 2009 07:59:49 +0000 (08:59 +0100)]
Update year and URL to mailing list

15 years agoHarmonise index:type parsing for special fetches
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.

15 years agoAlign snippets handling of unknown register type with indexing
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.

15 years agoremoved a few debug stmts
Adam Dickmeiss [Thu, 15 Jan 2009 13:30:24 +0000 (14:30 +0100)]
removed a few debug stmts

15 years agoUpdated footer comment
Adam Dickmeiss [Thu, 15 Jan 2009 12:33:53 +0000 (13:33 +0100)]
Updated footer comment

15 years agoSkip test if grs.xml is not present
Adam Dickmeiss [Fri, 9 Jan 2009 17:05:14 +0000 (18:05 +0100)]
Skip test if grs.xml is not present

15 years agoProduce error if .chr file has no directives
Adam Dickmeiss [Fri, 9 Jan 2009 16:44:11 +0000 (17:44 +0100)]
Produce error if .chr file has no directives

15 years agoHappy new year
Adam Dickmeiss [Fri, 9 Jan 2009 13:38:04 +0000 (14:38 +0100)]
Happy new year

15 years agoFixed 'inconsistent register' bug caused by terms of size IT_MAX_WORD
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

15 years agoAvoid record match in test mode (-s) and refactor a bit
Adam Dickmeiss [Fri, 9 Jan 2009 12:25:08 +0000 (13:25 +0100)]
Avoid record match in test mode (-s) and refactor a bit

15 years agoFixed dangerious use of sprintf
Adam Dickmeiss [Fri, 9 Jan 2009 10:40:59 +0000 (11:40 +0100)]
Fixed dangerious use of sprintf

15 years agoAdjust messages produced by '-V'.
Adam Dickmeiss [Tue, 6 Jan 2009 09:18:03 +0000 (10:18 +0100)]
Adjust messages produced by '-V'.

15 years agomk_version.tcl part of dist
Adam Dickmeiss [Mon, 5 Jan 2009 11:05:48 +0000 (12:05 +0100)]
mk_version.tcl part of dist

15 years agoUse mk_version.tcl on Windows
Adam Dickmeiss [Mon, 5 Jan 2009 11:04:14 +0000 (12:04 +0100)]
Use mk_version.tcl on Windows

15 years agoThe configure script produces include/idzebra/version.h
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.

15 years agoMerge branch 'bug2338'
Adam Dickmeiss [Mon, 5 Jan 2009 09:56:02 +0000 (10:56 +0100)]
Merge branch 'bug2338'

15 years agoMerge branch 'master' of ssh://git.indexdata.com/home/git/pub/idzebra
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

15 years agoAdded implementation-codes directive for .mar files
Adam Dickmeiss [Tue, 30 Dec 2008 15:44:45 +0000 (16:44 +0100)]
Added implementation-codes directive for .mar files

15 years agoCall autoheader when needed
Adam Dickmeiss [Thu, 25 Dec 2008 12:32:13 +0000 (13:32 +0100)]
Call autoheader when needed

15 years agoSame buildconf.sh as YAZ
Adam Dickmeiss [Thu, 25 Dec 2008 12:08:13 +0000 (13:08 +0100)]
Same buildconf.sh as YAZ

15 years agoAnnotations. Introduced define for CFile state.
Adam Dickmeiss [Thu, 11 Dec 2008 11:23:46 +0000 (12:23 +0100)]
Annotations. Introduced define for CFile state.

15 years agoPartial fix of bug #2338: Drop database does not free up space.
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.

15 years agoUsing isam:b.
Adam Dickmeiss [Thu, 11 Dec 2008 09:27:30 +0000 (10:27 +0100)]
Using isam:b.

15 years agoCalling rec_get/rec_del for each record to be deleted in database.
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.

15 years agoPrelimiary work on bug 2338.
Adam Dickmeiss [Fri, 5 Dec 2008 15:03:23 +0000 (16:03 +0100)]
Prelimiary work on bug 2338.

15 years agoUpdated for latest doc/common.
Adam Dickmeiss [Mon, 10 Nov 2008 17:16:39 +0000 (18:16 +0100)]
Updated for latest doc/common.

15 years agoSame buildconf.sh as yaz
Adam Dickmeiss [Fri, 7 Nov 2008 13:00:34 +0000 (14:00 +0100)]
Same buildconf.sh as yaz

15 years agoBump nsi to 2.0.34
Adam Dickmeiss [Thu, 6 Nov 2008 17:11:10 +0000 (18:11 +0100)]
Bump nsi to 2.0.34

15 years agoFixed memory init problem for mod_dom in show records mode.
unknown [Thu, 6 Nov 2008 17:03:59 +0000 (18:03 +0100)]
Fixed memory init problem for mod_dom in show records mode.

15 years agoRemoved CVS Ids. v2.0.34
Adam Dickmeiss [Thu, 6 Nov 2008 12:32:59 +0000 (13:32 +0100)]
Removed CVS Ids.

15 years agoMerge branch 'master' of ssh://git.indexdata.com/home/git/pub/idzebra
Adam Dickmeiss [Thu, 6 Nov 2008 11:56:34 +0000 (12:56 +0100)]
Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/idzebra

15 years agoWindows port uses newer versions Libxml2/libxslt + ICU.
Adam Dickmeiss [Thu, 6 Nov 2008 11:55:18 +0000 (12:55 +0100)]
Windows port uses newer versions Libxml2/libxslt + ICU.

15 years agoRephrase a bit
Adam Dickmeiss [Thu, 6 Nov 2008 11:23:23 +0000 (12:23 +0100)]
Rephrase a bit

15 years agoBump version to 2.0.34.
Adam Dickmeiss [Thu, 6 Nov 2008 11:21:45 +0000 (12:21 +0100)]
Bump version to 2.0.34.