@@ -, +, @@ --- .../authorities/authority-zebra-indexdefs.xsl | 8 +++++--- .../marc_defs/marc21/authorities/record.abs | 8 ++++++++ .../marc21/biblios/biblio-zebra-indexdefs.xsl | 6 +++--- etc/zebradb/marc_defs/marc21/biblios/record.abs | 8 ++++++++ 4 files changed, 24 insertions(+), 6 deletions(-) --- a/etc/zebradb/marc_defs/marc21/authorities/authority-zebra-indexdefs.xsl +++ a/etc/zebradb/marc_defs/marc21/authorities/authority-zebra-indexdefs.xsl @@ -3,14 +3,15 @@ This file has been automatically generated from a Koha index definition file with the stylesheet koha-indexdefs-to-zebra.xsl. Do not manually edit this file, as it may be overwritten. To regenerate, edit the appropriate Koha index -definition file (probably something like authority-koha-indexdefs.xml) and run: -`xsltproc koha-indexdefs-to-zebra.xsl authority-koha-indexdefs.xml > -authority-zebra-indexdefs.xsl` (substituting the appropriate file names). +definition file (probably something like {biblio,authority}-koha-indexdefs.xml) and run: +`xsltproc koha-indexdefs-to-zebra.xsl {biblio,authority}-koha-indexdefs.xml > +{biblio,authority}-zebra-indexdefs.xsl` (substituting the appropriate file names). --> + @@ -32,6 +33,7 @@ authority-zebra-indexdefs.xsl` (substituting the appropriate file names). + --- a/etc/zebradb/marc_defs/marc21/authorities/record.abs +++ a/etc/zebradb/marc_defs/marc21/authorities/record.abs @@ -1,3 +1,11 @@ +# +# NOTE: If you are using the DOM index filter, this configuration file is +# *not* used. To update the index definitions for the DOM filter, +# edit authority-koha-indexdefs.xml and run +# xsltproc ../../../xsl/koha-indexdefs-to-zebra.xsl \ +# authority-koha-indexdefs.xml \ +# > authority-zebra-indexdefs.xsl +# # This is a fairly simple set of MARC21 Authority indexing rules encoding utf-8 name authorities --- a/etc/zebradb/marc_defs/marc21/biblios/biblio-zebra-indexdefs.xsl +++ a/etc/zebradb/marc_defs/marc21/biblios/biblio-zebra-indexdefs.xsl @@ -3,9 +3,9 @@ This file has been automatically generated from a Koha index definition file with the stylesheet koha-indexdefs-to-zebra.xsl. Do not manually edit this file, as it may be overwritten. To regenerate, edit the appropriate Koha index -definition file (probably something like authority-koha-indexdefs.xml) and run: -`xsltproc koha-indexdefs-to-zebra.xsl authority-koha-indexdefs.xml > -authority-zebra-indexdefs.xsl` (substituting the appropriate file names). +definition file (probably something like {biblio,authority}-koha-indexdefs.xml) and run: +`xsltproc koha-indexdefs-to-zebra.xsl {biblio,authority}-koha-indexdefs.xml > +{biblio,authority}-zebra-indexdefs.xsl` (substituting the appropriate file names). --> --- a/etc/zebradb/marc_defs/marc21/biblios/record.abs +++ a/etc/zebradb/marc_defs/marc21/biblios/record.abs @@ -1,3 +1,11 @@ +# +# NOTE: If you are using the DOM index filter, this configuration file is +# *not* used. To update the index definitions for the DOM filter, +# edit biblio-koha-indexdefs.xml and run +# xsltproc ../../../xsl/koha-indexdefs-to-zebra.xsl \ +# biblio-koha-indexdefs.xml \ +# > biblio-zebra-indexdefs.xsl +# # This is a fairly simple example of a set of MARC21 indexing rules. It # results in a server which provides a passable Bath level 0 and 1 service # (author, title, subject, keyword and exact services). Feel free to --