From 41ec1a1758b25c268c706caba8bcd08512643724 Mon Sep 17 00:00:00 2001 From: Jason Skomorowski Date: Fri, 25 Sep 2009 17:14:43 -0400 Subject: [PATCH] MARC map, documented. --- doc/pazpar2_conf.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/doc/pazpar2_conf.xml b/doc/pazpar2_conf.xml index 9d08cbc..7777636 100644 --- a/doc/pazpar2_conf.xml +++ b/doc/pazpar2_conf.xml @@ -825,6 +825,20 @@ Provides the path of an XSLT stylesheet which will be used to map incoming records to the internal representation. + + When mapping MARC XML records, XSLT can be bypassed for increased + performance with the alternate "MARC map" format. Provide the + path of a file with extension ".mmap" containing on each line: + + <field> <subfield> <metadata element> + For example: + + 245 a title + 500 $ description + 773 * citation + To map the field value specify a subfield of '$'. To store a + concatenation of all subfields, specify a subfield of '*'. + -- 1.7.10.4