@@ -, +, @@ deletion of useless 6XX$9 - changes some indexes in Queryparser configuration file - supresses some clearly useless 6XX$9 in biblio-koha-indexdefs.xml and adds 2 new ones, probably useless (not sure of that) - change the name of index Subject-geographical to Subject-name-geographical in ccl.properties (to match bib1.att) - the string "test9828" in 600$c 600$f 600$p, 602$f, 616$c, 616$f, 606$2,600$2 - the string "subform" in 600$j --- etc/searchengine/queryparser.yaml | 105 +++++++++++++++++--- etc/zebradb/ccl.properties | 6 +- .../unimarc/biblios/biblio-koha-indexdefs.xml | 38 +------ .../unimarc/biblios/biblio-zebra-indexdefs.xsl | 66 +----------- 4 files changed, 103 insertions(+), 112 deletions(-) --- a/etc/searchengine/queryparser.yaml +++ a/etc/searchengine/queryparser.yaml @@ -1196,9 +1196,7 @@ field_mappings: label: '' aliases: - su - - su-to - - su-geo - - su-ut + authority-number: authority-number: bib1_mapping: biblioserver: @@ -1270,16 +1268,6 @@ field_mappings: aliases: - matchheading - match-heading - name-personal: - bib1_mapping: - biblioserver: - 1: 1009 - enabled: 1 - index: name-personal - label: Name-personal - aliases: - - name-personal - - su-na index-term-genre: bib1_mapping: biblioserver: @@ -1321,6 +1309,97 @@ field_mappings: label: Start aliases: - start + subject-chronological: + bib1_mapping: + biblioserver: + 1: 1077 + enabled: 1 + index: subject-chronological + label: Subject-chronological + aliases: + - subject-chronological + - su-chrono + subject-division: + bib1_mapping: + biblioserver: + 1: 47 + enabled: 1 + index: subject-division + label: Subject-division + aliases: + - subject-division + subject-genre-form: + bib1_mapping: + biblioserver: + 1: 1075 + enabled: 1 + index: subject-genre-form + label: Subject-genre-form + aliases: + - subject-genre-form + - su-genre + - su-form + subject-name-conference: + bib1_mapping: + biblioserver: + 1: 1073 + enabled: 1 + index: subject-name-conference + label: Subject-name-conference + aliases: + - subject-name-conference + - su-conf + subject-name-corporate: + bib1_mapping: + biblioserver: + 1: 1074 + enabled: 1 + index: subject-name-corporate + label: Subject-name-corporate + aliases: + - subject-name-corporate + - su-corp + subject-name-geographical: + bib1_mapping: + biblioserver: + 1: 1076 + enabled: 1 + index: subject-name-geographical + label: Subject-name-geographical + aliases: + - subject-name-geographical + - su-geo + subject-name-personal: + bib1_mapping: + biblioserver: + 1: 1009 + enabled: 1 + index: subject-name-personal + label: Subject-name-personal + aliases: + - subject-name-personal + - su-na + subject-title: + bib1_mapping: + biblioserver: + 1: 1078 + enabled: 1 + index: subject-title + label: Subject-title + aliases: + - subject-title + - su-ti + - su-ut + subject-topical: + bib1_mapping: + biblioserver: + 1: 1079 + enabled: 1 + index: subject-topical + label: Subject-topical + aliases: + - subject-topical + - su-to title: title: bib1_mapping: --- a/etc/zebradb/ccl.properties +++ a/etc/zebradb/ccl.properties @@ -739,10 +739,10 @@ Subject-genre-form 1=1075 su-genre Subject-genre-form su-form Subject-genre-form -#Subject-geographical 1076 MARC21 651 ; UNIMARC 607 +#Subject-name-geographical 1076 MARC21 651 ; UNIMARC 607 # MARC21 AND UNIMARC 6XX$y -Subject-geographical 1=1076 -su-geo Subject-geographical +Subject-name-geographical 1=1076 +su-geo Subject-name-geographical #Subject-chronological 1077 MARC21 and UNIMARC 6XX$z Subject-chronological 1=1077 --- a/etc/zebradb/marc_defs/unimarc/biblios/biblio-koha-indexdefs.xml +++ a/etc/zebradb/marc_defs/unimarc/biblios/biblio-koha-indexdefs.xml @@ -1229,43 +1229,13 @@ Koha-Auth-Number:w Koha-Auth-Number:n - - + + Koha-Auth-Number:w Koha-Auth-Number:n - - - Koha-Auth-Number:w - Koha-Auth-Number:n - - - - Koha-Auth-Number:w - Koha-Auth-Number:n - - - - Koha-Auth-Number:w - Koha-Auth-Number:n - - - - Koha-Auth-Number:w - Koha-Auth-Number:n - - - - Koha-Auth-Number:w - Koha-Auth-Number:n - - - - Koha-Auth-Number:w - Koha-Auth-Number:n - - - + + Koha-Auth-Number:w Koha-Auth-Number:n --- a/etc/zebradb/marc_defs/unimarc/biblios/biblio-zebra-indexdefs.xsl +++ a/etc/zebradb/marc_defs/unimarc/biblios/biblio-zebra-indexdefs.xsl @@ -2157,52 +2157,7 @@ definition file (probably something like {biblio,authority}-koha-indexdefs.xml) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + @@ -2210,17 +2165,15 @@ definition file (probably something like {biblio,authority}-koha-indexdefs.xml) - - - - + + - + @@ -2228,17 +2181,6 @@ definition file (probably something like {biblio,authority}-koha-indexdefs.xml) - - - - - - - - - - - --