idzebra-moved-to-github.git
18 years agoWS updates
Adam Dickmeiss [Tue, 24 May 2005 11:27:19 +0000 (11:27 +0000)]
WS updates

18 years agoFixed bug #342: estimate hit not in effect for multi-ands.
Adam Dickmeiss [Wed, 18 May 2005 11:47:50 +0000 (11:47 +0000)]
Fixed bug #342: estimate hit not in effect for multi-ands.

18 years agoMake bf_cache return ZEBRA_RES so we can check if shadow was properly
Adam Dickmeiss [Tue, 17 May 2005 08:50:48 +0000 (08:50 +0000)]
Make bf_cache return ZEBRA_RES so we can check if shadow was properly
enabled. Fixed leak that could occur if zebra_begin_trans failed.

18 years agoAdded new source to WIN32 makefile
Adam Dickmeiss [Fri, 13 May 2005 09:41:59 +0000 (09:41 +0000)]
Added new source to WIN32 makefile

18 years agoFixed crash that could occur if ES update transaction failed.
Adam Dickmeiss [Thu, 12 May 2005 10:17:07 +0000 (10:17 +0000)]
Fixed crash that could occur if ES update transaction failed.

18 years agoAdded sample directive for permissions
Adam Dickmeiss [Thu, 12 May 2005 10:16:26 +0000 (10:16 +0000)]
Added sample directive for permissions

18 years agoAdded configure check for crypt.
Adam Dickmeiss [Thu, 12 May 2005 10:10:32 +0000 (10:10 +0000)]
Added configure check for crypt.

18 years agoAlign Zebra API more so that ZEBRA_RES is used to signal error/OK.
Adam Dickmeiss [Wed, 11 May 2005 12:39:36 +0000 (12:39 +0000)]
Align Zebra API more so that ZEBRA_RES is used to signal error/OK.
Error code should only be checked when ZEBRA_FAIL is returned.
Updated sort test t4.c to really do sorting!

18 years agoWS updates
Adam Dickmeiss [Wed, 11 May 2005 12:36:45 +0000 (12:36 +0000)]
WS updates

18 years agoAdded a few files to be ignored
Adam Dickmeiss [Mon, 9 May 2005 21:55:11 +0000 (21:55 +0000)]
Added a few files to be ignored

18 years agoFixed bug #108: File updates sometimes produce duplicates.
Adam Dickmeiss [Mon, 9 May 2005 19:57:35 +0000 (19:57 +0000)]
Fixed bug #108: File updates sometimes produce duplicates.

18 years agoFix leak that occurred whtn diagnostic was issued
Adam Dickmeiss [Mon, 9 May 2005 13:24:09 +0000 (13:24 +0000)]
Fix leak that occurred whtn diagnostic was issued

18 years agoAdded check which creates many databases.
Adam Dickmeiss [Mon, 9 May 2005 13:22:44 +0000 (13:22 +0000)]
Added check which creates many databases.

18 years agoAvoid mix vardecl/stmt
Adam Dickmeiss [Mon, 9 May 2005 12:03:59 +0000 (12:03 +0000)]
Avoid mix vardecl/stmt

18 years agoOnly enable xslt filter if libxslt 1.1.12 or newer is present. This
Adam Dickmeiss [Mon, 9 May 2005 11:39:57 +0000 (11:39 +0000)]
Only enable xslt filter if libxslt 1.1.12 or newer is present. This
corresponds to libxml2 version 2.6.15 or later and should ensure
a recent xmlreader API is available.

18 years agoFixes for limits - introduced in previos commit
Adam Dickmeiss [Mon, 9 May 2005 10:28:09 +0000 (10:28 +0000)]
Fixes for limits - introduced in previos commit

18 years agoChanged semantics of zebra_set_limit. First parameter 'exclude' renamed
Adam Dickmeiss [Mon, 9 May 2005 10:16:12 +0000 (10:16 +0000)]
Changed semantics of zebra_set_limit. First parameter 'exclude' renamed
to 'complement'.

18 years agoOmit return stmt from void func
Adam Dickmeiss [Mon, 9 May 2005 10:04:30 +0000 (10:04 +0000)]
Omit return stmt from void func

18 years agoFixed bug #321: zebra segvs if lock dir does not exist.
Adam Dickmeiss [Fri, 6 May 2005 18:59:35 +0000 (18:59 +0000)]
Fixed bug #321: zebra segvs if lock dir does not exist.

18 years agoMake test for bug #317
Adam Dickmeiss [Wed, 4 May 2005 12:53:05 +0000 (12:53 +0000)]
Make test for bug #317

18 years agoUsing zint for testlib hits. Extended sort test to test for bug #316.
Adam Dickmeiss [Wed, 4 May 2005 10:50:09 +0000 (10:50 +0000)]
Using zint for testlib hits. Extended sort test to test for bug #316.

18 years agoFixed bug #316: Numerical sort does not work for search.
Adam Dickmeiss [Wed, 4 May 2005 10:48:39 +0000 (10:48 +0000)]
Fixed bug #316: Numerical sort does not work for search.
We copy all attributes for attribute+term to sort attributes.

18 years agoMake equivalent work with trunc=104, 105. Added test for it.
Adam Dickmeiss [Tue, 3 May 2005 14:04:31 +0000 (14:04 +0000)]
Make equivalent work with trunc=104, 105. Added test for it.

18 years agoFixed broken trunc=103, due to missing break stmt in switch.
Adam Dickmeiss [Tue, 3 May 2005 13:57:44 +0000 (13:57 +0000)]
Fixed broken trunc=103, due to missing break stmt in switch.

18 years agoInclude XSLT libs in idzebra-config --libs output.
Adam Dickmeiss [Tue, 3 May 2005 12:31:28 +0000 (12:31 +0000)]
Include XSLT libs in idzebra-config --libs output.

18 years agoExtended the result set system. Added support for filtering/limits.
Adam Dickmeiss [Tue, 3 May 2005 09:11:34 +0000 (09:11 +0000)]
Extended the result set system. Added support for filtering/limits.
on the rsiamb result set class. Re-iactored key control so that
it is administrered by a proper "class".

18 years agoFixed a few printfs
Adam Dickmeiss [Tue, 3 May 2005 09:07:17 +0000 (09:07 +0000)]
Fixed a few printfs

19 years agoAttempt to fix bug #305. More scan tests.
Adam Dickmeiss [Mon, 2 May 2005 09:25:12 +0000 (09:25 +0000)]
Attempt to fix bug #305. More scan tests.

19 years agoAdded scan test.
Adam Dickmeiss [Mon, 2 May 2005 09:05:22 +0000 (09:05 +0000)]
Added scan test.

19 years agoDoxygen stuff: added more about each module.
Adam Dickmeiss [Sun, 1 May 2005 20:43:11 +0000 (20:43 +0000)]
Doxygen stuff: added more about each module.

19 years agoReorder declaration.
Adam Dickmeiss [Sun, 1 May 2005 07:38:51 +0000 (07:38 +0000)]
Reorder declaration.

19 years agoMake two xslt filters, "xslt" which does not split (reads whole
Adam Dickmeiss [Sun, 1 May 2005 07:17:46 +0000 (07:17 +0000)]
Make two xslt filters, "xslt" which does not split (reads whole
XML doc) and does not depend on xmlreader. "xslt1" which splits on
top-level and depend on xmlreader. xmlreader is unavailable in
Debian woody (stable).

19 years agoDoxygen fixes. Template for mainpage
Adam Dickmeiss [Fri, 29 Apr 2005 23:09:57 +0000 (23:09 +0000)]
Doxygen fixes. Template for mainpage

19 years agoWS + reformat updates
Adam Dickmeiss [Fri, 29 Apr 2005 23:09:30 +0000 (23:09 +0000)]
WS + reformat updates

19 years agoignores more files
Adam Dickmeiss [Fri, 29 Apr 2005 21:48:02 +0000 (21:48 +0000)]
ignores more files

19 years agoAdded this.
Adam Dickmeiss [Fri, 29 Apr 2005 21:46:14 +0000 (21:46 +0000)]
Added this.

19 years agoFixed bug #304: Fuzzy search = regExpr-2.
Adam Dickmeiss [Fri, 29 Apr 2005 18:56:22 +0000 (18:56 +0000)]
Fixed bug #304: Fuzzy search = regExpr-2.

19 years agoAllow -vdebuglevel to be specified in scan test
Adam Dickmeiss [Fri, 29 Apr 2005 18:43:30 +0000 (18:43 +0000)]
Allow -vdebuglevel to be specified in scan test

19 years agoFixed bug #305: Scan with preferredPositionInResponse <= -2 crashes.
Adam Dickmeiss [Fri, 29 Apr 2005 18:38:50 +0000 (18:38 +0000)]
Fixed bug #305: Scan with preferredPositionInResponse <= -2 crashes.

19 years agoReturn diagnostic "Scan: unsupported value of position-in-response"
Adam Dickmeiss [Fri, 29 Apr 2005 10:54:45 +0000 (10:54 +0000)]
Return diagnostic "Scan: unsupported value of position-in-response"
also if position > num.

19 years agoFix log message added in previus commit.
Adam Dickmeiss [Fri, 29 Apr 2005 10:37:12 +0000 (10:37 +0000)]
Fix log message added in previus commit.

19 years agoReturn diagnostic "Scan: unsupported value of position-in-response"
Adam Dickmeiss [Fri, 29 Apr 2005 10:36:13 +0000 (10:36 +0000)]
Return diagnostic "Scan: unsupported value of position-in-response"
if position is < 1. The rpn_scan could be modified to support any position
since dict_scan can handle it.

19 years agoRemove a few YLOG_LOGs
Adam Dickmeiss [Fri, 29 Apr 2005 10:33:53 +0000 (10:33 +0000)]
Remove a few YLOG_LOGs

19 years agoAbort configure if invalid --enable-mod value is given
Adam Dickmeiss [Thu, 28 Apr 2005 18:56:13 +0000 (18:56 +0000)]
Abort configure if invalid --enable-mod value is given

19 years agoOops forgot this
Adam Dickmeiss [Thu, 28 Apr 2005 14:58:24 +0000 (14:58 +0000)]
Oops forgot this

19 years agoNo longer used (renamed to invalid.mbx).
Adam Dickmeiss [Thu, 28 Apr 2005 14:58:12 +0000 (14:58 +0000)]
No longer used (renamed to invalid.mbx).

19 years agoUse mode to switch between presentation format brief and indexing.
Adam Dickmeiss [Thu, 28 Apr 2005 13:34:05 +0000 (13:34 +0000)]
Use mode to switch between presentation format brief and indexing.

19 years agoFixed set_param_int (did not append properly)
Adam Dickmeiss [Thu, 28 Apr 2005 13:33:20 +0000 (13:33 +0000)]
Fixed set_param_int (did not append properly)

19 years agoAdded test for adding XML content as buffer - not file.
Adam Dickmeiss [Thu, 28 Apr 2005 12:34:45 +0000 (12:34 +0000)]
Added test for adding XML content as buffer - not file.

19 years agoPass the following args to XSLT during retrieval: schema, filename,
Adam Dickmeiss [Thu, 28 Apr 2005 12:34:21 +0000 (12:34 +0000)]
Pass the following args to XSLT during retrieval: schema, filename,
score, size. Allow pass-thru option (without XSLT) using reserved
Zebra NS (i.e. original XML is returned).

19 years agoAdded utility function init_extractCtrl to initialize sequence
Adam Dickmeiss [Thu, 28 Apr 2005 12:13:04 +0000 (12:13 +0000)]
Added utility function init_extractCtrl to initialize sequence
numbers for indexing. Reworked end-of-file signaling for indexing
so that return code from file_extract_record really signals
if end-of-stream has been reached.

19 years agoGet rid of global log_level. WS updates
Adam Dickmeiss [Thu, 28 Apr 2005 11:25:24 +0000 (11:25 +0000)]
Get rid of global log_level. WS updates

19 years agoRemove unused members from file_read struct (sdr_..).
Adam Dickmeiss [Thu, 28 Apr 2005 09:32:09 +0000 (09:32 +0000)]
Remove unused members from file_read struct (sdr_..).

19 years agoMake the mailbox test as a program.
Adam Dickmeiss [Thu, 28 Apr 2005 09:18:20 +0000 (09:18 +0000)]
Make the mailbox test as a program.

19 years agoAdded new fundamental filter 'xslt'. This filter reads XML records
Adam Dickmeiss [Thu, 28 Apr 2005 08:20:39 +0000 (08:20 +0000)]
Added new fundamental filter 'xslt'. This filter reads XML records
and uses LibXSLT for both indexing (extract) and retrieval (present).
During indexing the filter generates a Zebra indexing record via XSLT
which describes how Zebra is to index the record. Because the driver is
XSLT driven it can use any X-Path plus logic behind the scenes and is thus
more powerful than xelm/elm in .abs. The XSLT can accept parameters from
Zebra. For example, if a date is received the filter could make a date
index. The filter also uses allows splitting of XML records during
indexing, so that MARC collections can be indexed directly (but it
is quite limited and takes place before XSLT is invoked: XSLT requires
a DOM structure in memory). Refer ot example test case in in test/xslt.

19 years agoRemove unused var
Adam Dickmeiss [Thu, 28 Apr 2005 08:12:28 +0000 (08:12 +0000)]
Remove unused var

19 years agoRemove the obsolete rset public control variables. WS updates.
Adam Dickmeiss [Tue, 26 Apr 2005 10:09:38 +0000 (10:09 +0000)]
Remove the obsolete rset public control variables. WS updates.

19 years agoUse Bib1-attribute defines. Minor WS-updates.
Adam Dickmeiss [Tue, 26 Apr 2005 08:11:22 +0000 (08:11 +0000)]
Use Bib1-attribute defines. Minor WS-updates.

19 years agoRefactoring. Let more search utilities return ZEBRA_RES rather than
Adam Dickmeiss [Mon, 25 Apr 2005 21:40:34 +0000 (21:40 +0000)]
Refactoring. Let more search utilities return ZEBRA_RES rather than
RSET. WS updates.

19 years agoOptimize multiple binary ANDs + OPs to multi ANDs, ORs.
Adam Dickmeiss [Mon, 25 Apr 2005 11:54:08 +0000 (11:54 +0000)]
Optimize multiple binary ANDs + OPs to multi ANDs, ORs.

19 years agoRemove unused var
Adam Dickmeiss [Mon, 25 Apr 2005 10:45:28 +0000 (10:45 +0000)]
Remove unused var

19 years agoRemove assert: if end-of-stream PP may not be leaf
Adam Dickmeiss [Mon, 25 Apr 2005 10:42:08 +0000 (10:42 +0000)]
Remove assert: if end-of-stream PP may not be leaf

19 years agoFixed bug #282: xml tag named 'var'. Also made the grs.sgml filter
Adam Dickmeiss [Sat, 23 Apr 2005 16:30:58 +0000 (16:30 +0000)]
Fixed bug #282: xml tag named 'var'. Also made the grs.sgml filter
ignore <?.. ?> sections so they are not treated as regular elements.

19 years agoRemove fprintf
Adam Dickmeiss [Wed, 20 Apr 2005 10:21:29 +0000 (10:21 +0000)]
Remove fprintf

19 years agoThis test checks for bug #281 as well.
Adam Dickmeiss [Wed, 20 Apr 2005 10:20:32 +0000 (10:20 +0000)]
This test checks for bug #281 as well.

19 years agoAllow do_query(_x) to accept exphits of -1, which means any number
Adam Dickmeiss [Wed, 20 Apr 2005 10:18:19 +0000 (10:18 +0000)]
Allow do_query(_x) to accept exphits of -1, which means any number
of hits but OK.

19 years agoWS updates
Adam Dickmeiss [Wed, 20 Apr 2005 10:17:14 +0000 (10:17 +0000)]
WS updates

19 years agoRemoved a few log entries
Adam Dickmeiss [Wed, 20 Apr 2005 10:16:29 +0000 (10:16 +0000)]
Removed a few log entries

19 years agoFixed bug #281: heap truncation fails. Problem was thattermid parameter
Adam Dickmeiss [Wed, 20 Apr 2005 10:15:19 +0000 (10:15 +0000)]
Fixed bug #281: heap truncation fails. Problem was thattermid parameter
was set for "sub" result sets.. that when counting hits/ranking etc
is no longer available. termid now only set for top set.

19 years agoWS cleanups. Added setting trunclimit and truncchunk to adjust the
Adam Dickmeiss [Wed, 20 Apr 2005 08:32:36 +0000 (08:32 +0000)]
WS cleanups. Added setting trunclimit and truncchunk to adjust the
truncation code limits.

19 years agoRename prototypes isc_ -> isamc_
Adam Dickmeiss [Tue, 19 Apr 2005 08:44:30 +0000 (08:44 +0000)]
Rename prototypes isc_ -> isamc_

19 years agoWIN32 compile fix
Adam Dickmeiss [Mon, 18 Apr 2005 08:05:28 +0000 (08:05 +0000)]
WIN32 compile fix

19 years agoMany public functions returns ZEBRA_RES rather than int to avoid
Adam Dickmeiss [Fri, 15 Apr 2005 10:47:47 +0000 (10:47 +0000)]
Many public functions returns ZEBRA_RES rather than int to avoid
confusions about succeeded/failed requests. Query parser more picky
about unsupported relation attributes.

19 years agoReserved element set _sysno_ returns sysno for record
Adam Dickmeiss [Thu, 14 Apr 2005 12:02:58 +0000 (12:02 +0000)]
Reserved element set _sysno_ returns sysno for record

19 years agoCosmetic
Adam Dickmeiss [Thu, 14 Apr 2005 12:02:08 +0000 (12:02 +0000)]
Cosmetic

19 years agoTest case for retrieval out of range of sortmax.
Adam Dickmeiss [Thu, 14 Apr 2005 12:01:50 +0000 (12:01 +0000)]
Test case for retrieval out of range of sortmax.

19 years agoFix bug in retrieval code. If present request was out of sortmax
Adam Dickmeiss [Thu, 14 Apr 2005 12:01:22 +0000 (12:01 +0000)]
Fix bug in retrieval code. If present request was out of sortmax
range it would not return all hits (or report error).

19 years agoSupply string attribute in additional info when scan fails with
Adam Dickmeiss [Thu, 14 Apr 2005 09:03:24 +0000 (09:03 +0000)]
Supply string attribute in additional info when scan fails with
unsupported use attribute.

19 years agoCosmetic.
Adam Dickmeiss [Thu, 14 Apr 2005 09:02:40 +0000 (09:02 +0000)]
Cosmetic.

19 years agoFix uinitialized var in test
Adam Dickmeiss [Thu, 14 Apr 2005 07:48:57 +0000 (07:48 +0000)]
Fix uinitialized var in test

19 years agoGet rid of typedefs iSAMS_P, ISAMC_P, ISAMB_P and use ISAM_P instead.
Adam Dickmeiss [Wed, 13 Apr 2005 13:03:47 +0000 (13:03 +0000)]
Get rid of typedefs iSAMS_P, ISAMC_P, ISAMB_P and use ISAM_P instead.

19 years agoAdded zebra_scan_PQF.
Adam Dickmeiss [Wed, 13 Apr 2005 08:52:26 +0000 (08:52 +0000)]
Added zebra_scan_PQF.

19 years agoScan using string attributes
Adam Dickmeiss [Wed, 13 Apr 2005 08:52:01 +0000 (08:52 +0000)]
Scan using string attributes

19 years agoFix parallel build
Adam Dickmeiss [Fri, 1 Apr 2005 10:15:13 +0000 (10:15 +0000)]
Fix parallel build

19 years agoDISABLE_SHARED again (for now)
Adam Dickmeiss [Thu, 31 Mar 2005 12:55:55 +0000 (12:55 +0000)]
DISABLE_SHARED again (for now)

19 years agoAdded tempalte filter for the ALVIS project.
Adam Dickmeiss [Thu, 31 Mar 2005 12:42:06 +0000 (12:42 +0000)]
Added tempalte filter for the ALVIS project.
Added new version member for struct recType.

19 years agoAdd module path for safari test
Adam Dickmeiss [Thu, 31 Mar 2005 12:20:06 +0000 (12:20 +0000)]
Add module path for safari test

19 years agoMoved zebrautl.h to idzebra/util.h.
Adam Dickmeiss [Wed, 30 Mar 2005 09:25:23 +0000 (09:25 +0000)]
Moved zebrautl.h to idzebra/util.h.
Implemented bf_xpen, bf_xclose that opens/closes a BFile with magic header
and managed block free list handling. bf_alloc/bf_free performs the
block allocation.

19 years agoFixed bug #275: Leaf node split problem(s).
Adam Dickmeiss [Mon, 21 Mar 2005 17:20:54 +0000 (17:20 +0000)]
Fixed bug #275: Leaf node split problem(s).

19 years agoFix a bug where second-half of block in leaf split could become
Adam Dickmeiss [Fri, 18 Mar 2005 12:05:11 +0000 (12:05 +0000)]
Fix a bug where second-half of block in leaf split could become
larger than max block size.

19 years agoDo not warn about empty records
Adam Dickmeiss [Thu, 17 Mar 2005 09:48:46 +0000 (09:48 +0000)]
Do not warn about empty records

19 years agoFix declaration of zebra_get_bfs.
Adam Dickmeiss [Thu, 17 Mar 2005 08:31:53 +0000 (08:31 +0000)]
Fix declaration of zebra_get_bfs.

19 years agoDo not warn about empty records unless they are marked as new.
Adam Dickmeiss [Thu, 17 Mar 2005 08:31:28 +0000 (08:31 +0000)]
Do not warn about empty records unless they are marked as new.

19 years agoAdded zebra_get_bfs to get BFile handle for session
Adam Dickmeiss [Thu, 17 Mar 2005 07:54:23 +0000 (07:54 +0000)]
Added zebra_get_bfs to get BFile handle for session

19 years agoHonor fileVerboseLimit for zebra_add_record (buffer_extract_record)
Adam Dickmeiss [Wed, 16 Mar 2005 15:26:37 +0000 (15:26 +0000)]
Honor fileVerboseLimit for zebra_add_record (buffer_extract_record)

19 years agoImplemented the 'equivalent' directive for .chr-files.
Adam Dickmeiss [Fri, 11 Mar 2005 17:56:32 +0000 (17:56 +0000)]
Implemented the 'equivalent' directive for .chr-files.

19 years agoDont log print by default.
Adam Dickmeiss [Wed, 9 Mar 2005 13:45:29 +0000 (13:45 +0000)]
Dont log print by default.

19 years agoSeveral updates for the changes of hit count datatype from int
Adam Dickmeiss [Wed, 9 Mar 2005 12:14:42 +0000 (12:14 +0000)]
Several updates for the changes of hit count datatype from int
to zint (long long or long).

19 years agoFix endless loop in log2_int for negative values for input
Adam Dickmeiss [Tue, 8 Mar 2005 14:41:37 +0000 (14:41 +0000)]
Fix endless loop in log2_int for negative values for input

19 years agoAdded a few casts from zint to double/int where appropriate.
Adam Dickmeiss [Tue, 8 Mar 2005 14:02:08 +0000 (14:02 +0000)]
Added a few casts from zint to double/int where appropriate.
Change a few types from int to zint. Out parameter hits in
zebra_search_.. changed from int * to zint *.