From: Jason Skomorowski Date: Fri, 25 Sep 2009 21:14:43 +0000 (-0400) Subject: MARC map, documented. X-Git-Tag: v1.2.1~11 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;h=41ec1a1758b25c268c706caba8bcd08512643724;p=pazpar2-moved-to-github.git MARC map, documented. --- 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 '*'. +