Mike Taylor [Mon, 2 Dec 2002 15:10:58 +0000 (15:10 +0000)]
document tagsysno
pop [Mon, 2 Dec 2002 10:27:33 +0000 (10:27 +0000)]
tmp, register, lock are created now
pop [Mon, 2 Dec 2002 10:23:30 +0000 (10:23 +0000)]
Scan is working now
Mike Taylor [Sun, 1 Dec 2002 23:29:07 +0000 (23:29 +0000)]
add "make clean" rule
Mike Taylor [Sun, 1 Dec 2002 23:28:30 +0000 (23:28 +0000)]
Additional elements on the end of tagSets M and G. These have been in
here for about three years. Come on, guys! :-) They're used in the
Zthes profile (which is why they were added to tagSets M and G in the
first place), so their absence from the config files distributed with
Zebra make me wonder just how seriously people have been trying to
implement Zthes with Zebra in all that time.
Mike Taylor [Sun, 1 Dec 2002 23:26:26 +0000 (23:26 +0000)]
All sorts of minor and semi-major improvements.
Remove harvest.mbox -- its content is now incorporated.
Mike Taylor [Sun, 1 Dec 2002 23:25:06 +0000 (23:25 +0000)]
All sorts of new stuff and modifications in the attempt -- so far
unsuccessful and perhaps ultimately doomed -- to wedge the Zthes
taxonomy model into a Zebra configuration.
Mike Taylor [Wed, 27 Nov 2002 18:40:46 +0000 (18:40 +0000)]
append
Adam Dickmeiss [Wed, 27 Nov 2002 00:57:37 +0000 (00:57 +0000)]
Updated yaz.m4
Adam Dickmeiss [Tue, 26 Nov 2002 23:10:23 +0000 (23:10 +0000)]
Update version for RPM package
Adam Dickmeiss [Tue, 26 Nov 2002 22:20:06 +0000 (22:20 +0000)]
DEFAULT_PROFILE_PATH fix for WIN32
Adam Dickmeiss [Tue, 26 Nov 2002 22:18:34 +0000 (22:18 +0000)]
Remove // comments
Adam Dickmeiss [Tue, 26 Nov 2002 22:18:17 +0000 (22:18 +0000)]
remove atmp after use
Adam Dickmeiss [Tue, 26 Nov 2002 22:04:13 +0000 (22:04 +0000)]
DEFAULT_PROFILE_PATH 0 for Win32
Adam Dickmeiss [Tue, 26 Nov 2002 22:02:04 +0000 (22:02 +0000)]
Changes
Adam Dickmeiss [Tue, 26 Nov 2002 21:51:18 +0000 (21:51 +0000)]
Build depends YAZ 1.9.2
Adam Dickmeiss [Tue, 26 Nov 2002 21:45:28 +0000 (21:45 +0000)]
Automake conditional to control perlread.c. Perl disabled by default.
Adam Dickmeiss [Tue, 26 Nov 2002 20:15:44 +0000 (20:15 +0000)]
Use = rather == in test (for Perl)
Adam Dickmeiss [Tue, 26 Nov 2002 13:50:29 +0000 (13:50 +0000)]
Increased version number
Mike Taylor [Mon, 25 Nov 2002 12:57:54 +0000 (12:57 +0000)]
Notes for documentation.
Mike Taylor [Mon, 25 Nov 2002 10:29:24 +0000 (10:29 +0000)]
append
Mike Taylor [Mon, 25 Nov 2002 10:29:04 +0000 (10:29 +0000)]
ignore auto-generated file
Mike Taylor [Mon, 25 Nov 2002 00:31:14 +0000 (00:31 +0000)]
new file
Mike Taylor [Tue, 19 Nov 2002 10:51:22 +0000 (10:51 +0000)]
ignore
pop [Mon, 18 Nov 2002 13:30:19 +0000 (13:30 +0000)]
Testing of retrieval and sort added
pop [Mon, 18 Nov 2002 13:29:37 +0000 (13:29 +0000)]
IDZebra.i doesn't have to be distributed. Added Resultset.pm
pop [Mon, 18 Nov 2002 13:28:28 +0000 (13:28 +0000)]
No major changes here... Do we need this at all?
pop [Mon, 18 Nov 2002 13:27:19 +0000 (13:27 +0000)]
New class to represent a retrieval context. Created as a result of
search or sort
pop [Mon, 18 Nov 2002 13:25:53 +0000 (13:25 +0000)]
Search now returns a Resultset object, for retrieval purposes.
Added sort functionality.
pop [Mon, 18 Nov 2002 13:24:16 +0000 (13:24 +0000)]
Added record retrieval calls (search, sort, retrieve)
pop [Mon, 18 Nov 2002 13:21:57 +0000 (13:21 +0000)]
Added sort and retrieval functionality.
pop [Mon, 18 Nov 2002 13:20:31 +0000 (13:20 +0000)]
Restructured header files. Now zebra_perl.h contains definitions which are
going to be shadowed by swig also. Other definitions in zebra_api_ext.h are
just used internally.
pop [Mon, 18 Nov 2002 13:18:10 +0000 (13:18 +0000)]
recordGroup typedef moved to zebra_perl.h
pop [Mon, 18 Nov 2002 13:16:43 +0000 (13:16 +0000)]
Added record retrieval calls (search, sort, retrieve)
File layout changed (all shadow classes are defined in zebra_perl.h now)
Header file structure changed
pop [Mon, 18 Nov 2002 13:12:47 +0000 (13:12 +0000)]
Fixed included headers structure, definitions for shadow classes rearranged.
pop [Mon, 18 Nov 2002 13:11:30 +0000 (13:11 +0000)]
Prototype changed for grs_perl_get_mem, grs_perl_get_dh in perl/IDZebra.i in order to allow proper wrapping code generation, without c warnings
pop [Mon, 18 Nov 2002 12:52:16 +0000 (12:52 +0000)]
Added record retrieval calls (search, sort, retrieve)
File layout changed
Header file structure changed
Adam Dickmeiss [Mon, 18 Nov 2002 11:07:59 +0000 (11:07 +0000)]
init key_file_no to 0
pop [Sat, 16 Nov 2002 00:24:36 +0000 (00:24 +0000)]
removed PERL_IMPLICIT_CONTEXT allows to build with perl 5.6.1 and 5.8.0 as well
pop [Sat, 16 Nov 2002 00:17:57 +0000 (00:17 +0000)]
search_PQF name corrected
pop [Sat, 16 Nov 2002 00:16:33 +0000 (00:16 +0000)]
Still some fixing
pop [Sat, 16 Nov 2002 00:12:39 +0000 (00:12 +0000)]
Sample .abs file for testing with perl
Adam Dickmeiss [Fri, 15 Nov 2002 23:00:59 +0000 (23:00 +0000)]
For directory perl 'make dist' reads MANIFEST
Adam Dickmeiss [Fri, 15 Nov 2002 22:21:54 +0000 (22:21 +0000)]
Added interface
Adam Dickmeiss [Fri, 15 Nov 2002 22:01:42 +0000 (22:01 +0000)]
No // comments. Header.
Adam Dickmeiss [Fri, 15 Nov 2002 21:57:41 +0000 (21:57 +0000)]
Missing grs_add_handler for Perl
Adam Dickmeiss [Fri, 15 Nov 2002 21:26:00 +0000 (21:26 +0000)]
Perl Filter and Perl API
Heikki Levanto [Mon, 11 Nov 2002 15:41:19 +0000 (15:41 +0000)]
Removed the -e, modified -c to do the same
Heikki Levanto [Mon, 11 Nov 2002 15:40:56 +0000 (15:40 +0000)]
A simple test with *one* sgml record
Heikki Levanto [Mon, 11 Nov 2002 15:19:25 +0000 (15:19 +0000)]
Added -e command line option to expect a given number of hits, and return
with exit(3) if getting anything else. Makes test scripts nicer to write
Heikki Levanto [Mon, 11 Nov 2002 15:05:29 +0000 (15:05 +0000)]
Fixed a problem with end-of-stream handling.
Probably still broken, but in a different way. Need more testing.
Adam Dickmeiss [Sat, 9 Nov 2002 22:26:19 +0000 (22:26 +0000)]
XPath tests
Adam Dickmeiss [Sat, 9 Nov 2002 22:26:04 +0000 (22:26 +0000)]
Fix zebraidx init's. Use SIGTERM instead of SIGKILL for scripts
Adam Dickmeiss [Fri, 8 Nov 2002 19:59:52 +0000 (19:59 +0000)]
dinosauricon gone
Mike Taylor [Fri, 8 Nov 2002 17:00:57 +0000 (17:00 +0000)]
resolve ### links
Adam Dickmeiss [Fri, 8 Nov 2002 13:34:46 +0000 (13:34 +0000)]
Swap order of elements nonews and title
Adam Dickmeiss [Fri, 8 Nov 2002 13:23:52 +0000 (13:23 +0000)]
TKL documentation format
Adam Dickmeiss [Fri, 8 Nov 2002 13:22:48 +0000 (13:22 +0000)]
*.log to cvsignore
Adam Dickmeiss [Fri, 8 Nov 2002 13:22:25 +0000 (13:22 +0000)]
cvsignore added
Mike Taylor [Fri, 8 Nov 2002 01:08:06 +0000 (01:08 +0000)]
Add .cvsignore
Mike Taylor [Fri, 8 Nov 2002 01:07:10 +0000 (01:07 +0000)]
Add Zthes example
Mike Taylor [Fri, 8 Nov 2002 01:04:58 +0000 (01:04 +0000)]
Remove the dinosauricon example.
Mike Taylor [Fri, 8 Nov 2002 01:01:38 +0000 (01:01 +0000)]
Fix to describe new Zthes example instead of dinosauricon.
Adam Dickmeiss [Thu, 7 Nov 2002 09:07:07 +0000 (09:07 +0000)]
SortKey fix and better logging for extract_rec_in_mem
Adam Dickmeiss [Thu, 31 Oct 2002 10:11:39 +0000 (10:11 +0000)]
Brief description of xelm
Adam Dickmeiss [Wed, 30 Oct 2002 14:45:42 +0000 (14:45 +0000)]
Define oslash; so that our address looks OK
Adam Dickmeiss [Wed, 30 Oct 2002 14:35:08 +0000 (14:35 +0000)]
If installed, Zebra can operate without profilePath setting
Adam Dickmeiss [Wed, 30 Oct 2002 14:02:21 +0000 (14:02 +0000)]
cvsignore. Move away Makefile
Adam Dickmeiss [Wed, 30 Oct 2002 13:59:42 +0000 (13:59 +0000)]
No reference to yaz/tab in manual or zebra.cfg's.
Gils example moved to examples/gils. test/gils is kept testing.
Sub directory examples now part of tar-ball after make dist.
Adam Dickmeiss [Wed, 30 Oct 2002 12:58:21 +0000 (12:58 +0000)]
Use readdir_r on threaded systems
Adam Dickmeiss [Wed, 30 Oct 2002 12:55:18 +0000 (12:55 +0000)]
One more html file
Adam Dickmeiss [Wed, 30 Oct 2002 11:09:39 +0000 (11:09 +0000)]
Errata from Johannes Leveling
Heikki Levanto [Tue, 29 Oct 2002 10:46:59 +0000 (10:46 +0000)]
Modified to demonstrate the dependency on file timestamps
instead of trying to show a mysterious bug
Heikki Levanto [Tue, 29 Oct 2002 10:39:15 +0000 (10:39 +0000)]
The bug was solved, these extras no longer needed
(updates were skipped because of the low resolution of file
timestamps (1 sec), not because of some deep mysterious bug in zebra...)
Adam Dickmeiss [Mon, 28 Oct 2002 21:39:11 +0000 (21:39 +0000)]
Simply profilePath
Heikki Levanto [Fri, 25 Oct 2002 09:10:57 +0000 (09:10 +0000)]
A new test case, h3.sh, and its config h2.cfg
These are to be removed later! Not part of the make check
These demonstrate a problem in the indexing
Mike Taylor [Thu, 24 Oct 2002 22:28:19 +0000 (22:28 +0000)]
remove auto-generated Makefile, Makefile.in
Adam Dickmeiss [Thu, 24 Oct 2002 21:57:38 +0000 (21:57 +0000)]
New debian release
Adam Dickmeiss [Thu, 24 Oct 2002 21:54:29 +0000 (21:54 +0000)]
Fix sort key creation (bug introduced by previous commit)
Heikki Levanto [Thu, 24 Oct 2002 13:43:15 +0000 (13:43 +0000)]
Renamed test0?.sh to stop0?.sh, added timing2
Heikki Levanto [Thu, 24 Oct 2002 13:07:02 +0000 (13:07 +0000)]
cleaning old code away
Adam Dickmeiss [Thu, 24 Oct 2002 10:29:24 +0000 (10:29 +0000)]
New debian release
Adam Dickmeiss [Wed, 23 Oct 2002 14:29:10 +0000 (14:29 +0000)]
Restore this record
Adam Dickmeiss [Wed, 23 Oct 2002 14:28:20 +0000 (14:28 +0000)]
Fix sort. Delete dup session_lock in zebra_close
Heikki Levanto [Wed, 23 Oct 2002 14:22:40 +0000 (14:22 +0000)]
Added a timing test, minor modifications in 02
Adam Dickmeiss [Wed, 23 Oct 2002 13:55:37 +0000 (13:55 +0000)]
More options for test client
Adam Dickmeiss [Wed, 23 Oct 2002 13:41:15 +0000 (13:41 +0000)]
Option -d for testclient. Typos.
Heikki Levanto [Wed, 23 Oct 2002 13:25:00 +0000 (13:25 +0000)]
Added a third argument
Heikki Levanto [Tue, 22 Oct 2002 14:41:33 +0000 (14:41 +0000)]
Using my new tests (those that pass!)
Adam Dickmeiss [Tue, 22 Oct 2002 14:41:29 +0000 (14:41 +0000)]
data1 moved to zebra (WIN32)
Heikki Levanto [Tue, 22 Oct 2002 14:03:42 +0000 (14:03 +0000)]
Added scripts to test server start/stop/kill
Adam Dickmeiss [Tue, 22 Oct 2002 13:19:50 +0000 (13:19 +0000)]
change license for data1 source
Heikki Levanto [Tue, 22 Oct 2002 12:58:35 +0000 (12:58 +0000)]
Removed the old test scripts (replaced by test[1-2].sh)
Heikki Levanto [Tue, 22 Oct 2002 12:57:33 +0000 (12:57 +0000)]
Moved the test sequences (old t[1-8].sh) into more consistent scripts
Adam Dickmeiss [Tue, 22 Oct 2002 12:51:08 +0000 (12:51 +0000)]
data1 part of zebra
Adam Dickmeiss [Tue, 22 Oct 2002 10:47:48 +0000 (10:47 +0000)]
Added testclient using ZOOM C from YAZ
Heikki Levanto [Tue, 22 Oct 2002 10:09:04 +0000 (10:09 +0000)]
Testing with isam b.
Added echos in test scripts to see what is happening
Heikki Levanto [Tue, 22 Oct 2002 09:37:55 +0000 (09:37 +0000)]
API to the resource system, passing memMax through it.
Mike Taylor [Mon, 21 Oct 2002 18:30:23 +0000 (18:30 +0000)]
tweak
Mike Taylor [Sun, 20 Oct 2002 14:02:02 +0000 (14:02 +0000)]
Fix typos, broken links, etc.