FW: Fwd: Some Koha Config Questions
Hi All - I need a little help... I've made some changes to record.abs file. for example : melm 695$n Thematic-number melm 695$r Music-key melm 695$9 Koha-Auth-Number melm 695 Subject Plus a bunch of other subject areas (this 695 field matches the 630 field - so I just copied those and changed the MARC field number) plus ############################### # Koha Local-Use Biblio Indexes melm 999$c Local-Number:n,Local-Number:w,Local-Number:s melm 999$d biblioitemnumber:n,biblioitemnumber:w,biblioitemnumber:s melm 942$0 totalissues:n,totalissues:s melm 942$2 cn-bib-source melm 942$6 cn-bib-sort:n,cn-bib-sort:s melm 942$c itemtype:w melm 942$n Suppress:w,Suppress:n melm 916$a Horizon-num:n,Horizon-num:w,Horizon-num:s (this one I added - it is where we are MARC'ing out the Horizon-num (just a straight number count that we wanted to use for matching points) and then ran the rebuild_zebra.pl -b -r and now I don't see anything in my catalog... Do I need to also add to the bib1.att for this to work? I think something along the lines of att 9012 Horizon-num I also commented out the 949$q field for renewals with a # (we have our item records in the 949 field and not the 952 field)... Thanks for any help, Brendan +++++++++++++++++++++++++++++++++++ Brendan A. Gallagher Software Services Coordinator Bibliomation, INC. Middlebury, CT 06762 (203)577-4070 x119 +++++++++++++++++++++++++++++++++++ Here's a few more too... I copied these sections and changed them to the "like 693" representing the additional MARC field that you see listed. melm 610$a Name-and-title like 693 melm 610$t Name-and-title,Title melm 610$9 Koha-Auth-Number melm 610 Name,Subject,Corporate-name melm 611 Conference-name like 694 melm 611$a Name-and-title melm 611$t Name-and-title,Title melm 611$9 Koha-Auth-Number melm 611 Name,Subject melm 600$a Name-and-title,Name,Personal-name,Subject-name- personal,Subject melm 600$t Name-and-title,Title,Subject melm 600$9 Koha-Auth-Number #melm 600 Name,Personal-name,Subject-heading,Subject-name- personal melm 600 Name,Personal-name,Subject-name- personal,Subject like 692 melm 700$9 Cross-Reference,Koha-Auth-Number like 790 melm 700$a Author,Author:p melm 700$n Thematic-number melm 700$r Music-key #melm 700$t author,Author-title,Name-and-title,Title,Title-uniform melm 700$t Author-title,Name-and-title,Title,Title-uniform melm 700 Author,Author-name-corporate,Author-name- personal,Name,Editor,Personal-name melm 710 Author,Corporate-name like 791 #melm 710$t author,Author-title,Name-and-title,Title,Title-uniform melm 710$t Author-title,Name-and-title,Title,Title-uniform #melm 710$a author,author:p,Name-and-title melm 710$a Name-and-title melm 710$9 Koha-Auth-Number #melm 710 author,Name melm 710 Author,Name melm 711$a Name-and-title like 792 #melm 711$t author,Author-title,Title,Title-uniform melm 711$t Author-title,Title,Title-uniform melm 711$9 Koha-Auth-Number #melm 711 author,Author-name-corporate,Name,Conference-name melm 711 Author-name-corporate,Name,Conference-name melm 730$n Thematic-number like 793 melm 730$r Music-key melm 730$9 Koha-Auth-Number melm 730 Title,Title-uniform #melm 949$q renewals:n,renewals:w On Jul 28, 2008, at 9:16 AM, Galen Charlton wrote:
Hi,
On Mon, Jul 28, 2008 at 7:59 AM, Brendan A. Gallagher <gallabr@biblio.org> wrote:
I am interested in finding the settings for Zebra Keyword searching and what fields are searched -- I'm interested in adding some fields to the keyword search.
Another Zebra question also - where can I control the Zebra Indexing and what fields are Indexed -- I'd like to add some local notes, etc.
Take a look at the following files, located in your Zebra configuration directory /etc/koha/zebradb (for a standard-mode install) or <KOHAROOT/etc/zebradb (for a dev-mode install):
biblios/etc/bib1.att - list of search indexes and their corresponding Z39.50 use attributes
marc_defs/marc21/biblios/record.abs - mapping of MARC fields to indexes
After you add or modify an index definition, run rebuild_zebra.pl -b -r to recreate the indexes.
Also - not sure if this is a Bug or some setting that I am missing. http://#####/cgi-bin/koha/admin/auth_tag_structure.pl?op=add_form? authtypecode=GENRE/FORM On the Home <http://10.129.3.16:8080/cgi-bin/koha/mainpage.pl> Administration
<http://10.129.3.16:8080/cgi-bin/koha/admin/admin-home.pl
Authority Types > (Any MARC that I choose to edit) > then When I click on New Tag (wanting to add a Tag) the form/page returned is completely Blank. (I am running Koha - 3.00.00.098 on Debian Etch (all Perl modules installed)).
I was able to reproduce this bug in the current HEAD, so I've opened a bug report for this:
http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=2411
Regards,
Galen -- Galen Charlton Koha Application Developer LibLime galen.charlton@liblime.com p: 1-888-564-2457 x709
-------------------------------------------------------------------- mail2web LIVE Free email based on Microsoft® Exchange technology - http://link.mail2web.com/LIVE
gallabr@biblio.org a écrit :
Hi All - I need a little help...
I've made some changes to record.abs file.
for example : melm 695$n Thematic-number melm 695$r Music-key melm 695$9 Koha-Auth-Number melm 695 Subject Plus a bunch of other subject areas (this 695 field matches the 630 field - so I just copied those and changed the MARC field number)
should be OK.
plus
############################### # Koha Local-Use Biblio Indexes melm 999$c Local-Number:n,Local-Number:w,Local-Number:s melm 999$d biblioitemnumber:n,biblioitemnumber:w,biblioitemnumber:s melm 942$0 totalissues:n,totalissues:s melm 942$2 cn-bib-source melm 942$6 cn-bib-sort:n,cn-bib-sort:s melm 942$c itemtype:w melm 942$n Suppress:w,Suppress:n melm 916$a Horizon-num:n,Horizon-num:w,Horizon-num:s (this one I added - it is where we are MARC'ing out the Horizon-num (just a straight number count that we wanted to use for matching points)
and then ran the rebuild_zebra.pl -b -r
and now I don't see anything in my catalog... Do I need to also add to the bib1.att for this to work?
Maybe you have failures in zebra logs, you could/should try to index with -s option on zebraidx -s -c your.cfg update datamarcextract.mrc It will show you the indexing process.
I think something along the lines of att 9012 Horizon-num
I also commented out the 949$q field for renewals with a # (we have our item records in the 949 field and not the 952 field)...
Here's a few more too... I copied these sections and changed them to the "like 693" representing the additional MARC field that you see listed.
melm 610$a Name-and-title like 693 melm 610$t Name-and-title,Title
as far as i know, melm only takes two arguments now your like XXX argument may make it fail to index those subfields.
On Thu, Aug 7, 2008 at 9:04 PM, gallabr@biblio.org <gallabr@biblio.org> wrote:
Hi All - I need a little help...
I've made some changes to record.abs file.
for example : melm 695$n Thematic-number melm 695$r Music-key melm 695$9 Koha-Auth-Number melm 695 Subject Plus a bunch of other subject areas (this 695 field matches the 630 field - so I just copied those and changed the MARC field number)
plus
############################### # Koha Local-Use Biblio Indexes melm 999$c Local-Number:n,Local-Number:w,Local-Number:s melm 999$d biblioitemnumber:n,biblioitemnumber:w,biblioitemnumber:s melm 942$0 totalissues:n,totalissues:s melm 942$2 cn-bib-source melm 942$6 cn-bib-sort:n,cn-bib-sort:s melm 942$c itemtype:w melm 942$n Suppress:w,Suppress:n melm 916$a Horizon-num:n,Horizon-num:w,Horizon-num:s (this one I added - it is where we are MARC'ing out the Horizon-num (just a straight number count that we wanted to use for matching points)
and then ran the rebuild_zebra.pl -b -r
and now I don't see anything in my catalog... Do I need to also add to the bib1.att for this to work?
I think something along the lines of att 9012 Horizon-num
I also commented out the 949$q field for renewals with a # (we have our item records in the 949 field and not the 952 field)...
Yep, you will have to add it to the bib1.att to assign it an att number, and then you can assign it a name in the ccl.properties file that will work for searching purposes. It's a bit convoluted right now adding a new index, you have to touch three files. We'll be switching to the DOM filter in Zebra shortly which will place indexing rules in a single XSL stylesheet ... much easier! Cheers, Josh
Thanks for any help, Brendan
+++++++++++++++++++++++++++++++++++ Brendan A. Gallagher Software Services Coordinator Bibliomation, INC. Middlebury, CT 06762 (203)577-4070 x119 +++++++++++++++++++++++++++++++++++
Here's a few more too... I copied these sections and changed them to the "like 693" representing the additional MARC field that you see listed.
melm 610$a Name-and-title like 693 melm 610$t Name-and-title,Title melm 610$9 Koha-Auth-Number melm 610 Name,Subject,Corporate-name
melm 611 Conference-name like 694 melm 611$a Name-and-title melm 611$t Name-and-title,Title melm 611$9 Koha-Auth-Number melm 611 Name,Subject
melm 600$a Name-and-title,Name,Personal-name,Subject-name- personal,Subject melm 600$t Name-and-title,Title,Subject melm 600$9 Koha-Auth-Number #melm 600 Name,Personal-name,Subject-heading,Subject-name- personal melm 600 Name,Personal-name,Subject-name- personal,Subject like 692
melm 700$9 Cross-Reference,Koha-Auth-Number like 790 melm 700$a Author,Author:p melm 700$n Thematic-number melm 700$r Music-key #melm 700$t author,Author-title,Name-and-title,Title,Title-uniform melm 700$t Author-title,Name-and-title,Title,Title-uniform melm 700 Author,Author-name-corporate,Author-name- personal,Name,Editor,Personal-name
melm 710 Author,Corporate-name like 791 #melm 710$t author,Author-title,Name-and-title,Title,Title-uniform melm 710$t Author-title,Name-and-title,Title,Title-uniform #melm 710$a author,author:p,Name-and-title melm 710$a Name-and-title melm 710$9 Koha-Auth-Number #melm 710 author,Name melm 710 Author,Name
melm 711$a Name-and-title like 792 #melm 711$t author,Author-title,Title,Title-uniform melm 711$t Author-title,Title,Title-uniform melm 711$9 Koha-Auth-Number #melm 711 author,Author-name-corporate,Name,Conference-name melm 711 Author-name-corporate,Name,Conference-name
melm 730$n Thematic-number like 793 melm 730$r Music-key melm 730$9 Koha-Auth-Number melm 730 Title,Title-uniform
#melm 949$q renewals:n,renewals:w
On Jul 28, 2008, at 9:16 AM, Galen Charlton wrote:
Hi,
On Mon, Jul 28, 2008 at 7:59 AM, Brendan A. Gallagher <gallabr@biblio.org> wrote:
I am interested in finding the settings for Zebra Keyword searching and what fields are searched -- I'm interested in adding some fields to the keyword search.
Another Zebra question also - where can I control the Zebra Indexing and what fields are Indexed -- I'd like to add some local notes, etc.
Take a look at the following files, located in your Zebra configuration directory /etc/koha/zebradb (for a standard-mode install) or <KOHAROOT/etc/zebradb (for a dev-mode install):
biblios/etc/bib1.att - list of search indexes and their corresponding Z39.50 use attributes
marc_defs/marc21/biblios/record.abs - mapping of MARC fields to indexes
After you add or modify an index definition, run rebuild_zebra.pl -b -r to recreate the indexes.
Also - not sure if this is a Bug or some setting that I am missing. http://#####/cgi-bin/koha/admin/auth_tag_structure.pl?op=add_form? authtypecode=GENRE/FORM On the Home <http://10.129.3.16:8080/cgi-bin/koha/mainpage.pl> › Administration
<http://10.129.3.16:8080/cgi-bin/koha/admin/admin-home.pl
› Authority Types > (Any MARC that I choose to edit) > then When I click on New Tag (wanting to add a Tag) the form/page returned is completely Blank. (I am running Koha - 3.00.00.098 on Debian Etch (all Perl modules installed)).
I was able to reproduce this bug in the current HEAD, so I've opened a bug report for this:
http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=2411
Regards,
Galen -- Galen Charlton Koha Application Developer LibLime galen.charlton@liblime.com p: 1-888-564-2457 x709
-------------------------------------------------------------------- mail2web LIVE – Free email based on Microsoft(R) Exchange technology - http://link.mail2web.com/LIVE
_______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
-- Joshua Ferraro SUPPORT FOR OPEN-SOURCE SOFTWARE CEO migration, training, maintenance, support LibLime Featuring Koha Open-Source ILS jmf@liblime.com |Full Demos at http://liblime.com/koha |1(888)KohaILS
Hi All -- I need a little help... I just recently tried to switch my Koha 3 install from a 'standard' to a 'dev' install... These are the steps that I completed... 1. cd kohaclone 2. git pull --> (to get the most recent release) 3. perl Makefile.PL 4. make 5. make test 6. make install 7. make changes to the koha-httpd.conf (navigated to the intranet homepage and never got the web-installer screen like I did for all other upgrades/installs) 8. export KOHA_DIR and PERL5LIB 9.. rebuild_zebra.pl -b -r (from the kohaclone/misc/migration_tools directory) I originally made changes to my zebra indexer located here /etc/koha/ zebradb/marc_defs/marc21/biblios/record.abs after all this I know that I must make changes to the zebra indexer / etc/zebradb/marc_defs/marc21/biblios/record.abs --> but I can not find that file... all I can find is this location --> /root/kohaclone/ etc/zebradb/marc_defs/marc21/biblios/record.abs and I made the changes here plus ran my zebra indexer --> no luck All of the changes/configs that I made in the standard install have transferred to my new set up -- but none of my records or index's have changed. I realize that I need to reindex but I am stuck since rebuilding does not show my records... All of my item records are in the 949 field and not the 952 field(koha default). Any advice would be greatly appreciated. Cheers, Brendan ++++++++++++++++++++++++++++++++++++++++++++ Brendan A. Gallagher Software Services Coordinator Bibliomation, INC. Middlebury, CT 06762 http://www.biblio.org ++++++++++++++++++++++++++++++++++++++++++++
On Mon, Aug 11, 2008 at 4:21 PM, Brendan Gallagher <gallabr@biblio.org> wrote:
Hi All --
I need a little help...
I just recently tried to switch my Koha 3 install from a 'standard' to a 'dev' install...
These are the steps that I completed...
1. cd kohaclone 2. git pull --> (to get the most recent release) 3. perl Makefile.PL Did you choose 'dev' at this point, and use the same database name, database user name, password, etc.?
4. make 5. make test 6. make install
At this point you should have fines in /home/myuser/koha-dev. Rather than use the koha-httpd.conf from before you want to symlink home/myuser/koha-dev/etc/koha-httpd.conf to /etc/apache2/sites-available/koha and then a2ensite koha. You no longer need that older installation's filesystem /user/share/koha or wherever else the old install files are, everything's now in kohaclone, and /home/myuser/koha-dev.
7. make changes to the koha-httpd.conf (navigated to the intranet homepage and never got the web-installer screen like I did for all other upgrades/installs) 8. export KOHA_DIR and PERL5LIB Make sure PERL5LIB is kohaclone, and KOHA_CONF is /home/myuser/koha-dev/etc/koha-conf.xml
Hope that helps, Josh
9.. rebuild_zebra.pl -b -r (from the kohaclone/misc/migration_tools directory)
I originally made changes to my zebra indexer located here /etc/koha/zebradb/marc_defs/marc21/biblios/record.abs after all this I know that I must make changes to the zebra indexer /etc/zebradb/marc_defs/marc21/biblios/record.abs --> but I can not find that file... all I can find is this location --> /root/kohaclone/etc/zebradb/marc_defs/marc21/biblios/record.abs and I made the changes here plus ran my zebra indexer --> no luck
All of the changes/configs that I made in the standard install have transferred to my new set up -- but none of my records or index's have changed. I realize that I need to reindex but I am stuck since rebuilding does not show my records...
All of my item records are in the 949 field and not the 952 field(koha default).
Any advice would be greatly appreciated.
Cheers, Brendan
++++++++++++++++++++++++++++++++++++++++++++ Brendan A. Gallagher Software Services Coordinator Bibliomation, INC. Middlebury, CT 06762 http://www.biblio.org ++++++++++++++++++++++++++++++++++++++++++++
-- Joshua Ferraro SUPPORT FOR OPEN-SOURCE SOFTWARE CEO migration, training, maintenance, support LibLime Featuring Koha Open-Source ILS jmf@liblime.com |Full Demos at http://liblime.com/koha |1(888)KohaILS
participants (4)
-
Brendan Gallagher -
gallabr@biblio.org -
Henri-Damien LAURENT -
Joshua Ferraro