Koha/misc
tipaul f74823bf1b OK, this time it seems to work. The last blocking problem was... a space in
recordId: (bib1,Identifier-standard) just after the comma. Adam agreed it was a bug, and it should be solved soon. But now we are aware, we can avoid putting the space !

In this commit you have all what is needed to setup a working zebra DB in Unimarc :
* collection.abs is UNIMARC specific and must be rewritten for MARC21, in marc21 directory
* pdf.properties is to be copied unmodified in the marc21 directory (can also be put somewhere else)
* rebuild_zebra.pl is SLOW, but 1 step reindexing tool, using ZOOM
* rebuild_zebra_idx is FAST, but 2 step reindexing tool, and does not use zebra. run it, it will create all biblios XML files in /zebra/biblios directory, then zebraidx update biblios in your zebra directory
* zebra.cfg is the zebra config file ;-)
* test_cql2rpn.pl is a script that will query the database and show the results. Works for me, just change the query at the beginning to get answers you expect.

What has to be done :
* benchmarking : it seems the zebraidx update is faster than lightning (400biblios/sec : 10 000biblios in 25seconds), while ZOOM indexing is slow (something like 25biblios/second) More benchmarking could be done.
* completing collection.abs for UNIMARC. I'll take care of it.
* modifying Biblio.pm to use ZOOM instead of the "zebraidx through exec" running actually. I'll take care of it also.
* modify the search API & tools & screens. I'll let the ball to someone else (chris ?) for this. I agree SearchMarc.pm can be dropped and replaced by something else (maybe a new-and-clean Search.pm package)
2006-02-09 10:59:34 +00:00
..
amazonratings Bugfix, now it actually does whats its supposed to. 2004-03-06 07:55:35 +00:00
cronjobs see mail on koha-devel : code cleaning on Search.pm + normalizing API + use of biblionumber everywhere (instead of bn, biblio, ...) 2005-09-22 10:01:45 +00:00
info merging 2.2 branch with head. Sorry for not making it before, many many commits done here 2005-03-01 13:40:35 +00:00
marc_datas update of french UNIMARC datas 2004-09-20 13:20:01 +00:00
migration_tools OK, this time it seems to work. The last blocking problem was... a space in 2006-02-09 10:59:34 +00:00
notifys see mail on koha-devel : code cleaning on Search.pm + normalizing API + use of biblionumber everywhere (instead of bn, biblio, ...) 2005-09-22 10:01:45 +00:00
release notes synch'ing 2.2 and head 2005-06-20 14:10:00 +00:00
spellcheck_suggest Minor change to generalize the script 2005-05-04 13:45:18 +00:00
sql-datas synch'ing 2.2 and head 2005-06-20 14:10:00 +00:00
translator synch'ing head and rel_2_2 (from 2.2.5, including npl templates) 2006-01-06 16:39:37 +00:00
zebra OK, this time it seems to work. The last blocking problem was... a space in 2006-02-09 10:59:34 +00:00
auto_install_file adding auto-install option. 2004-06-22 11:33:47 +00:00
backup.sh The script mike uses to run backups on the koha database 2002-06-11 22:03:44 +00:00
barcodes.pl moving non koha-running files to misc dir 2002-11-22 09:05:18 +00:00
build_marc_Tword.pl new version, doing tag by tag. Should be slower, but requires a lot less memory 2005-06-01 18:55:08 +00:00
build_marc_word.pl This script builds a new marc_word 2004-06-11 15:07:48 +00:00
buildrelease merging 2.2 branch with head. Sorry for not making it before, many many commits done here 2005-03-01 13:40:35 +00:00
bulkauthimport.pl importing iso2709 authority file 2004-06-21 07:51:41 +00:00
cleanmarcdb.pl script to clean MARC DB when a subfield is removed from the MARC editor : the subfield is NOT removed from DB (to avoid stupid loss of data). This script forever removes unused subfields from the DB. Quite fast script. 2003-10-14 12:36:36 +00:00
compare_iso_and_marc_parameters.pl little tool to analyse the marc parameters. 2004-09-02 16:34:04 +00:00
dumpmarc.pl adding -w parameter to have warnings 2004-04-14 19:48:13 +00:00
fines2.pl see mail on koha-devel : code cleaning on Search.pm + normalizing API + use of biblionumber everywhere (instead of bn, biblio, ...) 2005-09-22 10:01:45 +00:00
install-sh moving non koha-running files to misc dir 2002-11-22 09:05:18 +00:00
Install.pm perldoc and prototype updates 2005-06-24 12:19:34 +00:00
installer-lite.pl moving non koha-running files to misc dir 2002-11-22 09:05:18 +00:00
installer.pl bugfixes in installer 2004-11-16 13:04:18 +00:00
koha.conf moving non koha-running files to misc dir 2002-11-22 09:05:18 +00:00
koha.mysql synch'ing 2.2 and head 2005-08-04 14:10:52 +00:00
koha.upgrade merging 2.2 branch with head. Sorry for not making it before, many many commits done here 2005-03-01 13:40:35 +00:00
koha2marc.pl Upgrade script : 2003-10-20 15:42:43 +00:00
merge_authority.pl merging 2.2 branch with head. Sorry for not making it before, many many commits done here 2005-03-01 13:40:35 +00:00
overduenotices.pl synch'ing 2.2 and head 2005-06-20 14:10:00 +00:00
rebuildnonmarc.pl merging 2.2 branch with head. Sorry for not making it before, many many commits done here 2005-03-01 13:40:35 +00:00
rebuildthesaurus.pl synch'ing 2.0.0 branch (RC4 tag) and head 2004-02-11 08:42:01 +00:00
safe-installer rebirthing safe-installer. 2002-11-25 16:37:09 +00:00
sampledata-1.2 fix for #260 2003-04-09 16:39:26 +00:00
testKoha.pl moving non koha-running files to misc dir 2002-11-22 09:05:18 +00:00
tidyaccounts.pl Removed trailing whitespace. 2002-10-13 11:38:37 +00:00
uninstall.pl uninstaller 2004-06-22 15:33:06 +00:00