idzebra-moved-to-github.git
27 years agoAdded facility for open character sets, eg [a-].
Adam Dickmeiss [Mon, 10 Feb 1997 10:19:20 +0000 (10:19 +0000)]
Added facility for open character sets, eg [a-].

27 years agoBug fix: Leading and trailing white space weren't removed in scan tokens.
Adam Dickmeiss [Fri, 31 Jan 1997 11:10:34 +0000 (11:10 +0000)]
Bug fix: Leading and trailing white space weren't removed in scan tokens.

27 years agoBug fix: complete phrase search didn't work.
Adam Dickmeiss [Fri, 17 Jan 1997 11:31:40 +0000 (11:31 +0000)]
Bug fix: complete phrase search didn't work.

27 years agoMerge.
Adam Dickmeiss [Thu, 2 Jan 1997 12:05:01 +0000 (12:05 +0000)]
Merge.

27 years agoAdded optional, physical ANY
Sebastian Hammer [Thu, 2 Jan 1997 10:49:27 +0000 (10:49 +0000)]
Added optional, physical ANY

27 years agoWork on truncation.
Adam Dickmeiss [Mon, 23 Dec 1996 15:30:49 +0000 (15:30 +0000)]
Work on truncation.

27 years agoWork on truncation.
Adam Dickmeiss [Mon, 23 Dec 1996 15:30:44 +0000 (15:30 +0000)]
Work on truncation.
Bug fix: result sets weren't deleted after server shut down.

27 years agoMore work on truncation algorithm.
Adam Dickmeiss [Mon, 23 Dec 1996 15:29:54 +0000 (15:29 +0000)]
More work on truncation algorithm.

27 years agoWork.
Adam Dickmeiss [Mon, 23 Dec 1996 15:29:42 +0000 (15:29 +0000)]
Work.

27 years agoImplemented Multi-or result set.
Adam Dickmeiss [Fri, 20 Dec 1996 11:07:20 +0000 (11:07 +0000)]
Implemented Multi-or result set.

27 years agoMulti-or result set.
Adam Dickmeiss [Fri, 20 Dec 1996 11:07:14 +0000 (11:07 +0000)]
Multi-or result set.

27 years agoImplemented multi-or result set.
Adam Dickmeiss [Fri, 20 Dec 1996 11:06:36 +0000 (11:06 +0000)]
Implemented multi-or result set.

27 years agoAdded better compression.
Adam Dickmeiss [Wed, 11 Dec 1996 12:08:00 +0000 (12:08 +0000)]
Added better compression.

27 years agoAdded doc about how queries are handled.
Adam Dickmeiss [Wed, 11 Dec 1996 12:07:45 +0000 (12:07 +0000)]
Added doc about how queries are handled.

27 years agoLogging of execution speed by using the times(2) call.
Adam Dickmeiss [Fri, 15 Nov 1996 15:03:58 +0000 (15:03 +0000)]
Logging of execution speed by using the times(2) call.

27 years agoMinor changes regarding logging.
Adam Dickmeiss [Fri, 15 Nov 1996 15:02:14 +0000 (15:02 +0000)]
Minor changes regarding logging.

27 years agoStrings in record keys bound by IT_MAX_WORD.
Adam Dickmeiss [Thu, 14 Nov 1996 09:52:21 +0000 (09:52 +0000)]
Strings in record keys bound by IT_MAX_WORD.

27 years agoReduction of storeKeys area.
Adam Dickmeiss [Thu, 14 Nov 1996 08:57:46 +0000 (08:57 +0000)]
Reduction of storeKeys area.

27 years agoAdded proximity support in search.
Adam Dickmeiss [Mon, 11 Nov 1996 13:37:42 +0000 (13:37 +0000)]
Added proximity support in search.

27 years agoMore doc.
Adam Dickmeiss [Fri, 8 Nov 1996 14:17:24 +0000 (14:17 +0000)]
More doc.

27 years agoBug fix: data1 node member u.tag.get_bytes weren't initialized.
Adam Dickmeiss [Fri, 8 Nov 1996 14:05:33 +0000 (14:05 +0000)]
Bug fix: data1 node member u.tag.get_bytes weren't initialized.

27 years agoCompressed isam fully supported.
Adam Dickmeiss [Fri, 8 Nov 1996 11:15:57 +0000 (11:15 +0000)]
Compressed isam fully supported.

27 years agoNumber of keys in chain are stored in first block and the function
Adam Dickmeiss [Fri, 8 Nov 1996 11:15:28 +0000 (11:15 +0000)]
Number of keys in chain are stored in first block and the function
to retrieve this information, isc_pp_num is implemented.

27 years agoBuffers used during file match got bigger.
Adam Dickmeiss [Fri, 8 Nov 1996 11:10:13 +0000 (11:10 +0000)]
Buffers used during file match got bigger.
Compressed ISAM support everywhere.
Bug fixes regarding masking characters in queries.
Redesigned Regexp-2 queries.

27 years agoNew internal release.
Adam Dickmeiss [Fri, 8 Nov 1996 11:08:01 +0000 (11:08 +0000)]
New internal release.

27 years agoWrote some doc about Search.
Adam Dickmeiss [Fri, 8 Nov 1996 11:07:33 +0000 (11:07 +0000)]
Wrote some doc about Search.

27 years agoMore work.
Adam Dickmeiss [Fri, 8 Nov 1996 11:07:05 +0000 (11:07 +0000)]
More work.

27 years agoMinor changes.
Adam Dickmeiss [Mon, 4 Nov 1996 14:09:16 +0000 (14:09 +0000)]
Minor changes.

27 years agoOptimized free block usage.
Adam Dickmeiss [Mon, 4 Nov 1996 14:08:55 +0000 (14:08 +0000)]
Optimized free block usage.

27 years agoMoved truncation code to trunc.c.
Adam Dickmeiss [Mon, 4 Nov 1996 14:07:39 +0000 (14:07 +0000)]
Moved truncation code to trunc.c.

27 years agoNew element, max_blocks_mem, that control how many blocks of max size
Adam Dickmeiss [Fri, 1 Nov 1996 13:36:46 +0000 (13:36 +0000)]
New element, max_blocks_mem, that control how many blocks of max size
to store in memory during isc_merge.
Function isc_merge now ignoreds delete/update of identical keys and
the proper blocks are then non-dirty and not written in flush_blocks.

27 years agoNew element, max_blocks_mem, that control how many blocks of max size
Adam Dickmeiss [Fri, 1 Nov 1996 13:35:03 +0000 (13:35 +0000)]
New element, max_blocks_mem, that control how many blocks of max size
to store in memory during isc_merge.

27 years agoThis simple "text" format now supports element specs B and M.
Adam Dickmeiss [Fri, 1 Nov 1996 09:00:33 +0000 (09:00 +0000)]
This simple "text" format now supports element specs B and M.

27 years agoFirst version of isc_merge that supports update/delete.
Adam Dickmeiss [Fri, 1 Nov 1996 08:59:11 +0000 (08:59 +0000)]
First version of isc_merge that supports update/delete.

27 years agoInterface to isamc system now includes update and delete.
Adam Dickmeiss [Fri, 1 Nov 1996 08:58:41 +0000 (08:58 +0000)]
Interface to isamc system now includes update and delete.

27 years agoWork on isc_merge.
Adam Dickmeiss [Tue, 29 Oct 1996 16:44:56 +0000 (16:44 +0000)]
Work on isc_merge.

27 years agoAdded isc_type, isc_block macros.
Adam Dickmeiss [Tue, 29 Oct 1996 16:44:42 +0000 (16:44 +0000)]
Added isc_type, isc_block macros.

27 years agoUpdate. isamc system incorporated.
Adam Dickmeiss [Tue, 29 Oct 1996 14:12:09 +0000 (14:12 +0000)]
Update. isamc system incorporated.

27 years agoUpdated doc.
Adam Dickmeiss [Tue, 29 Oct 1996 14:11:17 +0000 (14:11 +0000)]
Updated doc.

27 years agoUse of cisam system - enabled if setting isamc is 1.
Adam Dickmeiss [Tue, 29 Oct 1996 14:09:36 +0000 (14:09 +0000)]
Use of cisam system - enabled if setting isamc is 1.

27 years agoUses resource lockDir instead of lockPath.
Adam Dickmeiss [Tue, 29 Oct 1996 14:08:13 +0000 (14:08 +0000)]
Uses resource lockDir instead of lockPath.

27 years agoInclude zebrautl.h instead of alexutil.h.
Adam Dickmeiss [Tue, 29 Oct 1996 14:03:16 +0000 (14:03 +0000)]
Include zebrautl.h instead of alexutil.h.

27 years agoUses buffered read to speed up things.
Adam Dickmeiss [Tue, 29 Oct 1996 14:02:45 +0000 (14:02 +0000)]
Uses buffered read to speed up things.

27 years agoDoesn't use the global data1_tabpath (from YAZ). Instead the function
Adam Dickmeiss [Tue, 29 Oct 1996 14:02:09 +0000 (14:02 +0000)]
Doesn't use the global data1_tabpath (from YAZ). Instead the function
data1_get_tabpath is used.

27 years agoPage size given by DICT_DEFAULT_PAGESIZE in dict.h.
Adam Dickmeiss [Tue, 29 Oct 1996 14:00:00 +0000 (14:00 +0000)]
Page size given by DICT_DEFAULT_PAGESIZE in dict.h.

27 years agoInclude of zebrautl.h instead of alexutil.h.
Adam Dickmeiss [Tue, 29 Oct 1996 13:55:18 +0000 (13:55 +0000)]
Include of zebrautl.h instead of alexutil.h.

27 years agoChanged name of setting tempSetDir to setTmpDir.
Adam Dickmeiss [Tue, 29 Oct 1996 13:54:52 +0000 (13:54 +0000)]
Changed name of setting tempSetDir to setTmpDir.

27 years agoUpdated to use zebrautl.h instead of alexutil.h.
Adam Dickmeiss [Tue, 29 Oct 1996 13:48:13 +0000 (13:48 +0000)]
Updated to use zebrautl.h instead of alexutil.h.

27 years agoImplemented res_get_match. Updated to use zebrautl instead of alexpath.
Adam Dickmeiss [Tue, 29 Oct 1996 13:47:49 +0000 (13:47 +0000)]
Implemented res_get_match. Updated to use zebrautl instead of alexpath.

27 years agoRemoved obsolete headers alexpath, alexutil. Created zebrautl.h as
Adam Dickmeiss [Tue, 29 Oct 1996 13:46:10 +0000 (13:46 +0000)]
Removed obsolete headers alexpath, alexutil. Created zebrautl.h as
a replacement.

27 years agoChanged definition of DICT_DEFAULT_PAGESIZE.
Adam Dickmeiss [Tue, 29 Oct 1996 13:45:33 +0000 (13:45 +0000)]
Changed definition of DICT_DEFAULT_PAGESIZE.

27 years agoAdded res_get_match.
Adam Dickmeiss [Tue, 29 Oct 1996 13:44:12 +0000 (13:44 +0000)]
Added res_get_match.

27 years agoRemoved definition of SYSNO.
Adam Dickmeiss [Tue, 29 Oct 1996 13:43:44 +0000 (13:43 +0000)]
Removed definition of SYSNO.

27 years agoAdded a few comments.
Adam Dickmeiss [Tue, 29 Oct 1996 13:43:07 +0000 (13:43 +0000)]
Added a few comments.

27 years agoFirst use of isamc.
Adam Dickmeiss [Tue, 29 Oct 1996 13:41:33 +0000 (13:41 +0000)]
First use of isamc.

27 years agoFirst work.
Adam Dickmeiss [Tue, 29 Oct 1996 13:40:37 +0000 (13:40 +0000)]
First work.

27 years agoUses LOG_DEBUG instead of LOG_WARN for "Character map overlap".
Adam Dickmeiss [Fri, 18 Oct 1996 12:39:23 +0000 (12:39 +0000)]
Uses LOG_DEBUG instead of LOG_WARN for "Character map overlap".

27 years agoNew internal release.
Adam Dickmeiss [Fri, 18 Oct 1996 12:38:22 +0000 (12:38 +0000)]
New internal release.

27 years agoUpdated doc about new record type specification.
Adam Dickmeiss [Fri, 18 Oct 1996 12:37:24 +0000 (12:37 +0000)]
Updated doc about new record type specification.

27 years agoRelease for the NWI folks.
Adam Dickmeiss [Fri, 18 Oct 1996 12:37:05 +0000 (12:37 +0000)]
Release for the NWI folks.

27 years agoWork.
Sebastian Hammer [Fri, 11 Oct 1996 16:17:28 +0000 (16:17 +0000)]
Work.

27 years agoFixed arguments to nodetogr
Sebastian Hammer [Fri, 11 Oct 1996 16:06:43 +0000 (16:06 +0000)]
Fixed arguments to nodetogr

27 years agoNew module recctrl. Used to manage records (extract/retrieval).
Adam Dickmeiss [Fri, 11 Oct 1996 10:56:58 +0000 (10:56 +0000)]
New module recctrl. Used to manage records (extract/retrieval).
Several files have been moved to the recctrl sub directory.

27 years agoNew module recctrl. Used to manage records (extract/retrieval).
Adam Dickmeiss [Fri, 11 Oct 1996 10:56:25 +0000 (10:56 +0000)]
New module recctrl. Used to manage records (extract/retrieval).
All record types are accessed by means of definitions in recctrl.h.

27 years agoNew module recctrl. Used to manage records (extract/retrieval).
Adam Dickmeiss [Fri, 11 Oct 1996 10:54:52 +0000 (10:54 +0000)]
New module recctrl. Used to manage records (extract/retrieval).

27 years agoBug fix: result sets with ranked operands in boolean operations weren't
Adam Dickmeiss [Tue, 8 Oct 1996 13:00:40 +0000 (13:00 +0000)]
Bug fix: result sets with ranked operands in boolean operations weren't
sorted.

27 years agoBug fix: result sets with ranked operands weren't sorted.
Adam Dickmeiss [Tue, 8 Oct 1996 12:59:17 +0000 (12:59 +0000)]
Bug fix: result sets with ranked operands weren't sorted.

27 years agoFixed diagnostic.
Sebastian Hammer [Tue, 8 Oct 1996 09:41:25 +0000 (09:41 +0000)]
Fixed diagnostic.

27 years agoWork.
Sebastian Hammer [Mon, 7 Oct 1996 16:05:29 +0000 (16:05 +0000)]
Work.

27 years agoBug fix: local attribute set wasn't obeyed in scan.
Adam Dickmeiss [Wed, 26 Jun 1996 09:21:43 +0000 (09:21 +0000)]
Bug fix: local attribute set wasn't obeyed in scan.

27 years agoFunction gen_regular_rel changed to handle negative numbers.
Adam Dickmeiss [Mon, 17 Jun 1996 14:26:20 +0000 (14:26 +0000)]
Function gen_regular_rel changed to handle negative numbers.

27 years agoBug fix: read_charset didn't handle character mapping.
Adam Dickmeiss [Mon, 17 Jun 1996 14:24:08 +0000 (14:24 +0000)]
Bug fix: read_charset didn't handle character mapping.

27 years agoRelevance work
Sebastian Hammer [Tue, 11 Jun 1996 10:54:15 +0000 (10:54 +0000)]
Relevance work

27 years agoWork
Sebastian Hammer [Tue, 11 Jun 1996 10:53:55 +0000 (10:53 +0000)]
Work

27 years agoRelevance work.
Sebastian Hammer [Tue, 11 Jun 1996 10:53:16 +0000 (10:53 +0000)]
Relevance work.

27 years agoBug fix: Character mapping was broken (introducued by last revision).
Adam Dickmeiss [Fri, 7 Jun 1996 08:51:53 +0000 (08:51 +0000)]
Bug fix: Character mapping was broken (introducued by last revision).

27 years agoWork
Sebastian Hammer [Thu, 6 Jun 1996 13:30:08 +0000 (13:30 +0000)]
Work

27 years agoFixed bug.
Sebastian Hammer [Thu, 6 Jun 1996 12:08:56 +0000 (12:08 +0000)]
Fixed bug.

27 years ago*** empty log message ***
Sebastian Hammer [Thu, 6 Jun 1996 12:08:53 +0000 (12:08 +0000)]
*** empty log message ***

27 years agoAdded showRecord function
Sebastian Hammer [Thu, 6 Jun 1996 12:08:37 +0000 (12:08 +0000)]
Added showRecord function

27 years agoAdded showRecord Group entry
Sebastian Hammer [Thu, 6 Jun 1996 12:08:16 +0000 (12:08 +0000)]
Added showRecord Group entry

27 years agoFix
Sebastian Hammer [Tue, 4 Jun 1996 14:56:12 +0000 (14:56 +0000)]
Fix

27 years agoCharmap work
Sebastian Hammer [Tue, 4 Jun 1996 14:18:52 +0000 (14:18 +0000)]
Charmap work

27 years agoMore work on charmapping
Sebastian Hammer [Tue, 4 Jun 1996 13:28:00 +0000 (13:28 +0000)]
More work on charmapping

27 years agoAdded support for character mapping.
Adam Dickmeiss [Tue, 4 Jun 1996 10:20:02 +0000 (10:20 +0000)]
Added support for character mapping.

27 years agoMinor changes - removed include of ctype.h.
Adam Dickmeiss [Tue, 4 Jun 1996 10:18:58 +0000 (10:18 +0000)]
Minor changes - removed include of ctype.h.

27 years agoSearch/scan uses character mapping module.
Adam Dickmeiss [Tue, 4 Jun 1996 10:18:11 +0000 (10:18 +0000)]
Search/scan uses character mapping module.

27 years agoMoved default keymap to keychars.c
Sebastian Hammer [Tue, 4 Jun 1996 08:32:15 +0000 (08:32 +0000)]
Moved default keymap to keychars.c

27 years agoWork
Sebastian Hammer [Tue, 4 Jun 1996 08:21:13 +0000 (08:21 +0000)]
Work

27 years agoSmallish
Sebastian Hammer [Tue, 4 Jun 1996 08:20:16 +0000 (08:20 +0000)]
Smallish

27 years agoAdded output-map.
Sebastian Hammer [Tue, 4 Jun 1996 07:54:55 +0000 (07:54 +0000)]
Added output-map.

27 years agoTemporary bug-fix
Sebastian Hammer [Mon, 3 Jun 1996 16:32:13 +0000 (16:32 +0000)]
Temporary bug-fix

27 years agoFixed bug.
Sebastian Hammer [Mon, 3 Jun 1996 15:17:46 +0000 (15:17 +0000)]
Fixed bug.

27 years agoFixed bug in mapping function.
Sebastian Hammer [Mon, 3 Jun 1996 10:15:09 +0000 (10:15 +0000)]
Fixed bug in mapping function.

27 years agoWork on character-sets
Sebastian Hammer [Fri, 31 May 1996 09:07:54 +0000 (09:07 +0000)]
Work on character-sets

27 years agoWork on character-set handling
Sebastian Hammer [Fri, 31 May 1996 09:06:57 +0000 (09:06 +0000)]
Work on character-set handling

27 years agoBug fix: Didn't handle unknown database correctly.
Adam Dickmeiss [Tue, 28 May 1996 15:15:01 +0000 (15:15 +0000)]
Bug fix: Didn't handle unknown database correctly.

27 years agoAdded dict_grep_cmap function to define user-mapping in grep lookups.
Adam Dickmeiss [Fri, 24 May 1996 14:46:04 +0000 (14:46 +0000)]
Added dict_grep_cmap function to define user-mapping in grep lookups.

27 years agoRemoved CFLAGS definition.
Adam Dickmeiss [Wed, 22 May 1996 08:26:36 +0000 (08:26 +0000)]
Removed CFLAGS definition.

27 years agoMinor change.
Adam Dickmeiss [Wed, 22 May 1996 08:25:56 +0000 (08:25 +0000)]
Minor change.