Update Perl internals so that it matches the current Zebra API.
authorAdam Dickmeiss <adam@indexdata.dk>
Wed, 28 Jul 2004 08:15:44 +0000 (08:15 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Wed, 28 Jul 2004 08:15:44 +0000 (08:15 +0000)
commit4a3a97df9d47b8d099e403308f8015f130366994
treedc49390b5cd2687ff6bc6e1bfaf7b7384e1a6adf
parent8339e09fa0aff2aa51f6ea3c7bc069f44ab5929a
Update Perl internals so that it matches the current Zebra API.
The recordGroup structure is no longer available. A group of resources
can still be referenced by setting groupName=>..  in various methods.
25 files changed:
NEWS
include/zebraapi.h
index/apitest.c
index/extract.c
index/main.c
index/zebraapi.c
index/zebrash.c
index/zserver.c
perl/IDZebra.i
perl/lib/IDZebra.pm
perl/lib/IDZebra/Resultset.pm
perl/lib/IDZebra/Session.pm
perl/t/01_base.t
perl/t/02_directory_update.t
perl/t/03_record_update.t
perl/t/04_cql.t
perl/t/05_search.t
perl/t/06_retrieval.t
perl/t/07_sort.t
perl/t/08_scan.t
test/api/t1.c
test/api/t2.c
test/api/t3.c
test/api/t4.c
test/api/t5.c