@@ -, +, @@ --- C4/Search.pm | 4 ++++ etc/zebradb/biblios/etc/bib1.att | 2 ++ etc/zebradb/ccl.properties | 6 ++++++ .../marc21/biblios/biblio-koha-indexdefs.xml | 16 ++++++++++++++++ .../marc21/biblios/biblio-zebra-indexdefs.xsl | 16 +++++++++++++++- etc/zebradb/marc_defs/marc21/biblios/record.abs | 4 +++- 6 files changed, 46 insertions(+), 2 deletions(-) --- a/C4/Search.pm +++ a/C4/Search.pm @@ -953,6 +953,7 @@ sub getIndexes{ 'Corporate-name-see', 'Corporate-name-seealso', 'ctype', + 'curriculum', 'date-entered-on-file', 'Date-of-acquisition', 'Date-of-publication', @@ -972,6 +973,8 @@ sub getIndexes{ 'Host-item', 'id-other', 'Illustration-code', + 'Index-term-genre', + 'Index-term-uncontrolled', 'ISBN', 'isbn', 'ISSN', @@ -984,6 +987,7 @@ sub getIndexes{ 'lc-card', 'LC-card-number', 'lcn', + 'lex', 'llength', 'ln', 'Local-classification', --- a/etc/zebradb/biblios/etc/bib1.att +++ a/etc/zebradb/biblios/etc/bib1.att @@ -291,3 +291,5 @@ att 9013 arp att 9520 Item # Curriculum att 9658 curriculum +att 9653 Index-term-uncontrolled +att 9655 Index-term-genre --- a/etc/zebradb/ccl.properties +++ a/etc/zebradb/ccl.properties @@ -1173,3 +1173,9 @@ item Item Host-Item-Number 1=8911 hi Host-Item-Number + +Index-term-uncontrolled 1=9653 +itu Index-term-uncontrolled + +Index-term-genre 1=9655 +itg Index-term-genre --- a/etc/zebradb/marc_defs/marc21/biblios/biblio-koha-indexdefs.xml +++ a/etc/zebradb/marc_defs/marc21/biblios/biblio-koha-indexdefs.xml @@ -547,6 +547,8 @@ + lex:w + lex:p lex:n @@ -684,6 +686,13 @@ Koha-Auth-Number:w + + + Index-term-genre:w + Index-term-genre:p + Subject:w + Subject:p + Koha-Auth-Number:w @@ -702,6 +711,13 @@ Subject:w Subject:p + + + Index-term-uncontrolled:w + Index-term-uncontrolled:p + Subject:w + Subject:p + Koha-Auth-Number:w --- a/etc/zebradb/marc_defs/marc21/biblios/biblio-zebra-indexdefs.xsl +++ a/etc/zebradb/marc_defs/marc21/biblios/biblio-zebra-indexdefs.xsl @@ -444,7 +444,7 @@ definition file (probably something like {biblio,authority}-koha-indexdefs.xml) - + @@ -587,6 +587,13 @@ definition file (probably something like {biblio,authority}-koha-indexdefs.xml) + + + + + + + @@ -605,6 +612,13 @@ definition file (probably something like {biblio,authority}-koha-indexdefs.xml) + + + + + + + --- a/etc/zebradb/marc_defs/marc21/biblios/record.abs +++ a/etc/zebradb/marc_defs/marc21/biblios/record.abs @@ -158,7 +158,7 @@ melm 505$t Title melm 505 Note:w,Note:p melm 510 Indexed-by melm 520 Abstract:w,Abstract:p -melm 521$a lex:n +melm 521$a lex:w,lex:p,lex:n melm 526$c arl,arl:n melm 526$d arp,arp:n #melm 533$d pubdate,pubdate:s @@ -188,10 +188,12 @@ melm 651$9 Koha-Auth-Number melm 651 Name-geographic,Subject,Subject:p melm 652$9 Koha-Auth-Number #melm 652 subject-heading,subject-heading:p +melm 653$a Index-term-uncontrolled:w,Index-term-uncontrolled:p,Subject,Subject:p melm 653$9 Koha-Auth-Number melm 653 Subject,Subject:p melm 654$9 Koha-Auth-Number melm 654 Subject,Subject:p +melm 655$a Index-term-genre:w,Index-term-genre:p,Subject,Subject:p melm 655$9 Koha-Auth-Number melm 655 Subject,Subject:p melm 656$9 Koha-Auth-Number --