From 3c19f87bf19965aa789817738b15f74b5d598742 Mon Sep 17 00:00:00 2001 From: Jakub Skoczen Date: Thu, 10 Dec 2009 11:11:57 +0100 Subject: [PATCH] Move mergekey definition to pazpar2.cfg Moves mergekey definition away from the normalization stylesheets and defines a mergekey common for all target types in pazpar2.cfg. --- etc/cf.xsl | 6 ------ etc/dc.xsl | 7 ------- etc/marc21.xsl | 9 --------- etc/marc22.xsl | 10 +--------- etc/pazpar2.cfg.dist | 7 ++++--- etc/unimarc.xsl | 13 ------------- 6 files changed, 5 insertions(+), 47 deletions(-) diff --git a/etc/cf.xsl b/etc/cf.xsl index 9c0fb74..9438c75 100644 --- a/etc/cf.xsl +++ b/etc/cf.xsl @@ -16,12 +16,6 @@ - - title - - author - - diff --git a/etc/dc.xsl b/etc/dc.xsl index c8c3d0d..e2c4463 100644 --- a/etc/dc.xsl +++ b/etc/dc.xsl @@ -17,13 +17,6 @@ - - title - - author - - - diff --git a/etc/marc21.xsl b/etc/marc21.xsl index 61cb641..8d8953a 100644 --- a/etc/marc21.xsl +++ b/etc/marc21.xsl @@ -43,15 +43,6 @@ - - title - - author - - medium - - - diff --git a/etc/marc22.xsl b/etc/marc22.xsl index a655bd1..02e34e0 100644 --- a/etc/marc22.xsl +++ b/etc/marc22.xsl @@ -43,17 +43,9 @@ - - title - - author - - medium - - - + diff --git a/etc/pazpar2.cfg.dist b/etc/pazpar2.cfg.dist index f15a602..81bf883 100644 --- a/etc/pazpar2.cfg.dist +++ b/etc/pazpar2.cfg.dist @@ -39,7 +39,8 @@ - + @@ -51,13 +52,13 @@ + merge="longest" rank="6" mergekey="required"/> - + diff --git a/etc/unimarc.xsl b/etc/unimarc.xsl index 4621f87..4842e24 100644 --- a/etc/unimarc.xsl +++ b/etc/unimarc.xsl @@ -11,19 +11,6 @@ - - title - - author - - - - - - -- 1.7.10.4