3.1.6 MARCXML

<marcxml>
       <enabled>true</enabled>
       <hitsPerToken>10</hitsPerToken>
       <marcStyleSheet>/opt/digiverso/viewer/oai/MODS2MARC21slim.xml</marcStyleSheet>
       <setSpec>
             <field>DC</field>
             <field>DOCSTRCT</field>
       </setSpec>
</marcxml>

Only records that were available in METS/MODS format during indexing can be delivered as MARCXML.

Setting

Description

enabled

Activates the availability of the format in the OAI-PMH interface. Default value isfalse.

hitsPerToken

The maximum number of records Solr can return for a request (page/token). This value overrides the global default value hitsPerToken (see chapter 4.1.1.10) for this metadata format. If no value is defined here, the global value is used.

marcStyleSheet

Path to the MODS2MARC XSLT stylesheet. This is required for the delivery of the MARCXML format.

setSpec

Configuration of index fields whose values are used for setSpec elements of OAI records. One field element is used for each field configuration, and one setSpec element is generated for each value found.

Last updated