idzebra-moved-to-github.git
19 years agoNew Debian sarge packages
Adam Dickmeiss [Thu, 30 Sep 2004 06:59:44 +0000 (06:59 +0000)]
New Debian sarge packages

19 years agoFixed the rsmultior forward problem.
Heikki Levanto [Wed, 29 Sep 2004 11:00:56 +0000 (11:00 +0000)]
Fixed the rsmultior forward problem.
Re-enabled using rsmultior in rstrunc (it created a multior, but didn't use
it. Doh!)

19 years agoMan page idzebra-config.1
Adam Dickmeiss [Tue, 28 Sep 2004 20:38:25 +0000 (20:38 +0000)]
Man page idzebra-config.1

19 years agoInclude yaz/options.h
Adam Dickmeiss [Tue, 28 Sep 2004 20:09:13 +0000 (20:09 +0000)]
Include yaz/options.h

19 years agomultiand seesm to work. Is used for and-lists (@attr 4=6)
Heikki Levanto [Tue, 28 Sep 2004 16:39:46 +0000 (16:39 +0000)]
multiand seesm to work. Is used for and-lists (@attr 4=6)

19 years agoRead works. Forward missing (but safe to commit, as not used from anywhere)
Heikki Levanto [Tue, 28 Sep 2004 16:12:42 +0000 (16:12 +0000)]
Read works. Forward missing (but safe to commit, as not used from anywhere)

19 years agoAdded YAZ_{EXPORT,BEGIN_CDECL,END_CDECL} in header files
Adam Dickmeiss [Tue, 28 Sep 2004 13:31:18 +0000 (13:31 +0000)]
Added YAZ_{EXPORT,BEGIN_CDECL,END_CDECL} in header files

19 years agoRenamed rsmultior to rsmultiandor, and started to add the multiand
Heikki Levanto [Tue, 28 Sep 2004 13:06:35 +0000 (13:06 +0000)]
Renamed rsmultior to rsmultiandor, and started to add the multiand
features. Not there yet.

19 years agoMove Perl away. It is now a separate CVS project: idzebra-perl
Adam Dickmeiss [Tue, 28 Sep 2004 12:52:03 +0000 (12:52 +0000)]
Move Perl away. It is now a separate CVS project: idzebra-perl

19 years agoMade zebramap.h public too
Adam Dickmeiss [Tue, 28 Sep 2004 12:39:54 +0000 (12:39 +0000)]
Made zebramap.h public too

19 years agoPut content of headers into data1.h
Adam Dickmeiss [Tue, 28 Sep 2004 10:43:37 +0000 (10:43 +0000)]
Put content of headers into data1.h

19 years agoReorganized header files so that a certain subset are public. These
Adam Dickmeiss [Tue, 28 Sep 2004 10:15:02 +0000 (10:15 +0000)]
Reorganized header files so that a certain subset are public. These
public files are stored in include/idzebra . Private ones are stored
in include.

19 years agoTake care of expat.h being unavailable
Adam Dickmeiss [Tue, 28 Sep 2004 08:44:48 +0000 (08:44 +0000)]
Take care of expat.h being unavailable

19 years agoFix dirs when srcdir is different from dstdir
Adam Dickmeiss [Mon, 27 Sep 2004 12:18:44 +0000 (12:18 +0000)]
Fix dirs when srcdir is different from dstdir

19 years agodoswig part of dist
Adam Dickmeiss [Mon, 27 Sep 2004 12:18:15 +0000 (12:18 +0000)]
doswig part of dist

19 years agoMore wait
Adam Dickmeiss [Mon, 27 Sep 2004 11:22:39 +0000 (11:22 +0000)]
More wait

19 years agoImplemented loadable filters.
Adam Dickmeiss [Mon, 27 Sep 2004 10:44:47 +0000 (10:44 +0000)]
Implemented loadable filters.

19 years agoDo not declare static function f in AC_TRY_LINK test
Adam Dickmeiss [Mon, 27 Sep 2004 08:29:38 +0000 (08:29 +0000)]
Do not declare static function f in AC_TRY_LINK test

19 years agoFix bug 154: Option -n does not disable shadow as it should.
Adam Dickmeiss [Sun, 26 Sep 2004 20:38:50 +0000 (20:38 +0000)]
Fix bug 154: Option -n does not disable shadow as it should.

19 years agoFix bug 156: Index corrupted after large-scale test.
Adam Dickmeiss [Sun, 26 Sep 2004 20:19:44 +0000 (20:19 +0000)]
Fix bug 156: Index corrupted after large-scale test.
Error occured in Zebra 1.4 and in Zebra 1.3 due to change in size of
zint. That resulted in struct index_entry size 12 which is not
divisible in block size of 128. Functions {read,write}_indx modified.

19 years agoWait more for zebrasrv to start (due to slow systems)
Adam Dickmeiss [Fri, 24 Sep 2004 15:03:19 +0000 (15:03 +0000)]
Wait more for zebrasrv to start (due to slow systems)

19 years agoFixed a but in reporting wrong number of hits
Heikki Levanto [Wed, 22 Sep 2004 12:13:10 +0000 (12:13 +0000)]
Fixed a but in reporting wrong number of hits

19 years agoAdded a test for sorting
Heikki Levanto [Wed, 22 Sep 2004 11:59:25 +0000 (11:59 +0000)]
Added a test for sorting

19 years agoPerl tests work
Heikki Levanto [Mon, 20 Sep 2004 15:59:48 +0000 (15:59 +0000)]
Perl tests work

19 years agoDeleted test map statements
Sebastian Hammer [Fri, 17 Sep 2004 19:15:13 +0000 (19:15 +0000)]
Deleted test map statements

19 years agoRemove Id from header due to inconvenient diffs when yaz.m4 is copied
Adam Dickmeiss [Fri, 17 Sep 2004 08:45:01 +0000 (08:45 +0000)]
Remove Id from header due to inconvenient diffs when yaz.m4 is copied

19 years agoAfter fixing the sorting bug, enabled its tests in t/07sort.t.
Heikki Levanto [Thu, 16 Sep 2004 15:07:55 +0000 (15:07 +0000)]
After fixing the sorting bug, enabled its tests in t/07sort.t.
At the same time removed the crashing version of the test, as
its test is included in 07.

19 years agoFixed a bug in sort that destroyed resultsets too early
Heikki Levanto [Thu, 16 Sep 2004 14:58:47 +0000 (14:58 +0000)]
Fixed a bug in sort that destroyed resultsets too early

19 years agoRemove string-hat.chr because it is unused in thie test.
Adam Dickmeiss [Thu, 16 Sep 2004 14:02:46 +0000 (14:02 +0000)]
Remove string-hat.chr because it is unused in thie test.
Change comment in beginning of sort.chr.

19 years agoDont refer to sort.chr
Adam Dickmeiss [Thu, 16 Sep 2004 14:01:05 +0000 (14:01 +0000)]
Dont refer to sort.chr

19 years agoCleaned test scripts to be (nearly?) atomic
Heikki Levanto [Wed, 15 Sep 2004 14:11:06 +0000 (14:11 +0000)]
Cleaned test scripts to be (nearly?) atomic
Found two problems in zebra itself, documented them in skipping tests
Tests to be fixed when zebra itself behaves

19 years agoAdded autoconf utility idzebra.m4 which defines --with-idzebra
Adam Dickmeiss [Wed, 15 Sep 2004 09:17:25 +0000 (09:17 +0000)]
Added autoconf utility idzebra.m4 which defines --with-idzebra

19 years agoRemoved old struct it_key handling. 580 lines removed.
Adam Dickmeiss [Wed, 15 Sep 2004 08:13:51 +0000 (08:13 +0000)]
Removed old struct it_key handling. 580 lines removed.

19 years agoAdded sort2 test dir
Sebastian Hammer [Tue, 14 Sep 2004 14:45:18 +0000 (14:45 +0000)]
Added sort2 test dir

19 years agoAdded charmap facility to delete leading articles
Sebastian Hammer [Tue, 14 Sep 2004 14:38:07 +0000 (14:38 +0000)]
Added charmap facility to delete leading articles

19 years agoAdded Sort2 test suite to check prefix-ignoreing code
Sebastian Hammer [Tue, 14 Sep 2004 14:35:52 +0000 (14:35 +0000)]
Added Sort2 test suite to check prefix-ignoreing code

19 years agoReduce log. LOG_LOG -> LOG_DEBUG
Adam Dickmeiss [Mon, 13 Sep 2004 09:02:16 +0000 (09:02 +0000)]
Reduce log. LOG_LOG -> LOG_DEBUG

19 years agoFix commit (flat shadow). Bug 131
Adam Dickmeiss [Mon, 13 Sep 2004 08:43:28 +0000 (08:43 +0000)]
Fix commit (flat shadow). Bug 131

19 years agoUse YAZ_DOC for Docbook stuff
Adam Dickmeiss [Mon, 13 Sep 2004 07:44:10 +0000 (07:44 +0000)]
Use YAZ_DOC for Docbook stuff

19 years agoUsing --with-yaz instead of --with-yaz-config
Adam Dickmeiss [Sat, 11 Sep 2004 21:04:01 +0000 (21:04 +0000)]
Using --with-yaz instead of --with-yaz-config

19 years agooption --with-yazconfig renamed to --with-yaz
Adam Dickmeiss [Sat, 11 Sep 2004 20:52:55 +0000 (20:52 +0000)]
option --with-yazconfig renamed to --with-yaz

19 years agoMinor fixes. Many things still broken...
Heikki Levanto [Thu, 9 Sep 2004 15:23:07 +0000 (15:23 +0000)]
Minor fixes. Many things still broken...

19 years agoFixed the broken typemap INOUT * long long
Heikki Levanto [Thu, 9 Sep 2004 14:47:51 +0000 (14:47 +0000)]
Fixed the broken typemap INOUT * long long

19 years agoAdded sh script to run a test
Adam Dickmeiss [Thu, 9 Sep 2004 14:12:10 +0000 (14:12 +0000)]
Added sh script to run a test

19 years agoDisable shadow for now
Adam Dickmeiss [Thu, 9 Sep 2004 14:11:48 +0000 (14:11 +0000)]
Disable shadow for now

19 years agoUse other typemap for sysno. Remove zebra_resultSetTerms
Adam Dickmeiss [Thu, 9 Sep 2004 14:08:54 +0000 (14:08 +0000)]
Use other typemap for sysno. Remove zebra_resultSetTerms

19 years agoUse idzebra-config for Perl Makefile
Adam Dickmeiss [Thu, 9 Sep 2004 14:07:06 +0000 (14:07 +0000)]
Use idzebra-config for Perl Makefile

19 years agoFix includes to new zebra api location
Adam Dickmeiss [Thu, 9 Sep 2004 11:40:02 +0000 (11:40 +0000)]
Fix includes to new zebra api location

19 years agoAvoid using NULL bfs in zebra_init
Adam Dickmeiss [Thu, 9 Sep 2004 10:41:42 +0000 (10:41 +0000)]
Avoid using NULL bfs in zebra_init

19 years agoAdded the scope parameter to rsets, and using it in all forwards and reads
Heikki Levanto [Thu, 9 Sep 2004 10:08:04 +0000 (10:08 +0000)]
Added the scope parameter to rsets, and using it in all forwards and reads

19 years agoDTD_DIR assignment
Adam Dickmeiss [Thu, 9 Sep 2004 09:55:20 +0000 (09:55 +0000)]
DTD_DIR assignment

19 years agoUpdate to new yaz.m4 (--with-yaz-config change)
Adam Dickmeiss [Thu, 9 Sep 2004 09:50:15 +0000 (09:50 +0000)]
Update to new yaz.m4 (--with-yaz-config change)

19 years agoExtra page_size arg for dict_open.
Adam Dickmeiss [Thu, 9 Sep 2004 09:07:12 +0000 (09:07 +0000)]
Extra page_size arg for dict_open.
Wrapper function dict_open_res that reads dict parmeters from
resources (if set).

19 years agoSync with 1_3_16_branch. Fix bug 128.
Adam Dickmeiss [Mon, 6 Sep 2004 09:31:34 +0000 (09:31 +0000)]
Sync with 1_3_16_branch. Fix bug 128.

19 years agoFixed an obvious typo in rsprox that prevented forward from forwarding very
Heikki Levanto [Fri, 3 Sep 2004 15:04:11 +0000 (15:04 +0000)]
Fixed an obvious typo in rsprox that prevented forward from forwarding very
well...

19 years agoRemoved some FIXMEs. Mostly comments on things that had already been fixed.
Heikki Levanto [Fri, 3 Sep 2004 14:59:49 +0000 (14:59 +0000)]
Removed some FIXMEs. Mostly comments on things that had already been fixed.

19 years agoRemoved an unused old file
Heikki Levanto [Fri, 3 Sep 2004 11:36:27 +0000 (11:36 +0000)]
Removed an unused old file

19 years agoSync noinst_HEADERS due to removed rset header files so we can build.
Adam Dickmeiss [Wed, 1 Sep 2004 17:08:45 +0000 (17:08 +0000)]
Sync noinst_HEADERS due to removed rset header files so we can build.

19 years agoRemoved some header files, they all contained one function prototype,
Heikki Levanto [Wed, 1 Sep 2004 15:14:45 +0000 (15:14 +0000)]
Removed some header files, they all contained one function prototype,
and a lot of overhead. Moved said prototypes into rset.h

19 years agoUsing the key_control block for the first key-handling functions in all
Heikki Levanto [Wed, 1 Sep 2004 15:01:32 +0000 (15:01 +0000)]
Using the key_control block for the first key-handling functions in all
rsets. Fixed a few missed zints in rsprox. general cleaning

19 years agoUsing proper nmems for more rsets around the system,
Heikki Levanto [Tue, 31 Aug 2004 14:43:41 +0000 (14:43 +0000)]
Using proper nmems for more rsets around the system,
especially scan and zrpn. Still a few nulls get passed to
them (test/api/t4 fails if I assert on nmem).

19 years agoMajor restructuring in rsets.
Heikki Levanto [Tue, 31 Aug 2004 10:43:35 +0000 (10:43 +0000)]
Major restructuring in rsets.

19 years agoUse prefix instead of idzebraprefix. Make --tab work.
Adam Dickmeiss [Mon, 30 Aug 2004 22:12:45 +0000 (22:12 +0000)]
Use prefix instead of idzebraprefix. Make --tab work.

19 years agoAdded another ignore.
Adam Dickmeiss [Mon, 30 Aug 2004 21:45:24 +0000 (21:45 +0000)]
Added another ignore.

19 years agoUpdate cvsignore due to new type of files generated by libtool.
Adam Dickmeiss [Mon, 30 Aug 2004 21:43:56 +0000 (21:43 +0000)]
Update cvsignore due to new type of files generated by libtool.

19 years agoFix various order for various linking steps. Add Tcl libs.
Adam Dickmeiss [Mon, 30 Aug 2004 21:36:53 +0000 (21:36 +0000)]
Fix various order for various linking steps. Add Tcl libs.

19 years agoDisable shared objects by default
Adam Dickmeiss [Mon, 30 Aug 2004 21:35:27 +0000 (21:35 +0000)]
Disable shared objects by default

19 years agoUsing a separate nmem for creating rsets
Heikki Levanto [Mon, 30 Aug 2004 12:32:24 +0000 (12:32 +0000)]
Using a separate nmem for creating rsets

19 years agoCreated idzebra-config that returns compiler flags and libs
Adam Dickmeiss [Sun, 29 Aug 2004 12:31:32 +0000 (12:31 +0000)]
Created idzebra-config that returns compiler flags and libs

19 years agoUsing nmem for all rsets, and keeping a freelist for freed rfds, so
Heikki Levanto [Thu, 26 Aug 2004 11:11:59 +0000 (11:11 +0000)]
Using nmem for all rsets, and keeping a freelist for freed rfds, so
they can be reused

19 years agoAdd comment
Adam Dickmeiss [Wed, 25 Aug 2004 13:23:13 +0000 (13:23 +0000)]
Add comment

19 years agoUse free_list for RSFDs so they are reused.
Adam Dickmeiss [Wed, 25 Aug 2004 13:21:43 +0000 (13:21 +0000)]
Use free_list for RSFDs so they are reused.

19 years agoFix syntax (oops)
Adam Dickmeiss [Wed, 25 Aug 2004 09:28:01 +0000 (09:28 +0000)]
Fix syntax (oops)

19 years agoMove headers zebraapi.h->idzebra/api.h, zebraver.h->idzebra/version.h,
Adam Dickmeiss [Wed, 25 Aug 2004 09:23:35 +0000 (09:23 +0000)]
Move headers zebraapi.h->idzebra/api.h, zebraver.h->idzebra/version.h,
res.h->idzebra/res.h . Remove rsm_or completely. Add rsmultior.

19 years agoisam no longer part of Zebra source
Adam Dickmeiss [Wed, 25 Aug 2004 09:21:43 +0000 (09:21 +0000)]
isam no longer part of Zebra source

19 years agoAdd rsmultior. Remove rsm_or
Adam Dickmeiss [Wed, 25 Aug 2004 09:18:49 +0000 (09:18 +0000)]
Add rsmultior. Remove rsm_or

19 years agoDo not include rsm_or.h . It is dead
Adam Dickmeiss [Wed, 25 Aug 2004 09:18:06 +0000 (09:18 +0000)]
Do not include rsm_or.h . It is dead

19 years agoInitialize count, type due to removed rset terms
Adam Dickmeiss [Wed, 25 Aug 2004 09:17:33 +0000 (09:17 +0000)]
Initialize count, type due to removed rset terms

19 years agoAdd include\idzebra
Adam Dickmeiss [Wed, 25 Aug 2004 08:42:13 +0000 (08:42 +0000)]
Add include\idzebra

19 years agoUsing a bit more of those nmems in rsets
Heikki Levanto [Tue, 24 Aug 2004 15:00:16 +0000 (15:00 +0000)]
Using a bit more of those nmems in rsets

19 years agoAllow range to be specified in termlist, e.g. title:w:range(data,2,4)
Adam Dickmeiss [Tue, 24 Aug 2004 14:29:09 +0000 (14:29 +0000)]
Allow range to be specified in termlist, e.g. title:w:range(data,2,4)
which indexes 4 characters from position 2 in title.

19 years agoCleaned up the creation of rsets, added nmem
Heikki Levanto [Tue, 24 Aug 2004 14:25:15 +0000 (14:25 +0000)]
Cleaned up the creation of rsets, added nmem

19 years agoFix other SO dependency
Adam Dickmeiss [Tue, 24 Aug 2004 10:44:53 +0000 (10:44 +0000)]
Fix other SO dependency

19 years agoFix SO lib dependency
Adam Dickmeiss [Tue, 24 Aug 2004 10:40:23 +0000 (10:40 +0000)]
Fix SO lib dependency

19 years agoSwitching to Libtool shared libraries for Zebra.
Adam Dickmeiss [Tue, 24 Aug 2004 10:37:18 +0000 (10:37 +0000)]
Switching to Libtool shared libraries for Zebra.

19 years agoFixed a crash with isam-c and multior (incremented a non-existing countp)
Heikki Levanto [Tue, 24 Aug 2004 08:52:30 +0000 (08:52 +0000)]
Fixed a crash with isam-c and multior (incremented a non-existing countp)

19 years agoStore number of keys in isam:b so we can return number of word occurrences
Adam Dickmeiss [Mon, 23 Aug 2004 13:06:45 +0000 (13:06 +0000)]
Store number of keys in isam:b so we can return number of word occurrences
fast. Delete isamb entries that gets empty.

19 years agoRemoved the VOLATILE flag from rsets
Heikki Levanto [Mon, 23 Aug 2004 12:38:53 +0000 (12:38 +0000)]
Removed the VOLATILE flag from rsets

19 years agoRemoved the term count stuff from all rsets, and fixed what ever that broke.
Heikki Levanto [Fri, 20 Aug 2004 14:44:45 +0000 (14:44 +0000)]
Removed the term count stuff from all rsets, and fixed what ever that broke.
Ranking doesn't probably work at all after this!

19 years agoJoin with Zebra 1.3 branch
Adam Dickmeiss [Fri, 20 Aug 2004 12:36:53 +0000 (12:36 +0000)]
Join with Zebra 1.3 branch

19 years agoEstimating the term occurrences the same way as total hits, when estimatehits
Heikki Levanto [Thu, 19 Aug 2004 14:47:06 +0000 (14:47 +0000)]
Estimating the term occurrences the same way as total hits, when estimatehits
is used.

19 years agoAdded pos
Heikki Levanto [Thu, 19 Aug 2004 14:11:54 +0000 (14:11 +0000)]
Added pos

19 years agoFiles .xsl + .dsl part of dist
Adam Dickmeiss [Thu, 19 Aug 2004 13:10:49 +0000 (13:10 +0000)]
Files .xsl + .dsl part of dist

19 years agothe new multior. Seems to work, forwards OK, does not yet estimate pos.
Heikki Levanto [Thu, 19 Aug 2004 12:49:14 +0000 (12:49 +0000)]
the new multior. Seems to work, forwards OK, does not yet estimate pos.
term counts work too!

19 years agoAdd to ignore
Adam Dickmeiss [Thu, 19 Aug 2004 11:51:41 +0000 (11:51 +0000)]
Add to ignore

19 years agoDocument bug fixes
Adam Dickmeiss [Thu, 19 Aug 2004 11:50:12 +0000 (11:50 +0000)]
Document bug fixes

19 years agoFix problem with leaf split
Adam Dickmeiss [Wed, 18 Aug 2004 20:00:35 +0000 (20:00 +0000)]
Fix problem with leaf split

19 years agoFix bug in rec_release_blcoks that caused Zebra to halt.
Adam Dickmeiss [Wed, 18 Aug 2004 17:02:05 +0000 (17:02 +0000)]
Fix bug in rec_release_blcoks that caused Zebra to halt.

19 years agoAdd IDZebra.i to dist
Adam Dickmeiss [Tue, 17 Aug 2004 06:57:05 +0000 (06:57 +0000)]
Add IDZebra.i to dist

19 years agoAdded skeleton for multior - not at all functional yet. Call to it
Heikki Levanto [Mon, 16 Aug 2004 16:17:49 +0000 (16:17 +0000)]
Added skeleton for multior - not at all functional yet. Call to it
implemented, but #ifdef'd out