MARC map, documented.
authorJason Skomorowski <jason@indexdata.com>
Fri, 25 Sep 2009 21:14:43 +0000 (17:14 -0400)
committerJason Skomorowski <jason@indexdata.com>
Fri, 25 Sep 2009 21:22:24 +0000 (17:22 -0400)
doc/pazpar2_conf.xml

index 9d08cbc..7777636 100644 (file)
        Provides the path of an XSLT stylesheet which will be used to
        map incoming records to the internal representation.
       </para>
+      <para>
+       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:
+       <programlisting>
+        &lt;field&gt; &lt;subfield&gt; &lt;metadata element&gt;</programlisting>
+       For example:
+       <programlisting>
+        245 a title
+        500 $ description
+        773 * citation</programlisting>
+       To map the field value specify a subfield of '$'.  To store a 
+       concatenation of all subfields, specify a subfield of '*'.
+      </para>
      </listitem>
     </varlistentry>
     <varlistentry>