2.1 Hauptkonfiguration
Die Hauptkonfiguration sieht standardmäßig wie folgt aus:
<init>
<sleep>1000</sleep>
<minStorageSpace>2048</minStorageSpace>
<solrUrl>http://localhost:8983/solr/collection1</solrUrl>
<!-- <oldSolrUrl>http://localhost:8080/solr/collection1</oldSolrUrl> -->
<viewerUrl>http://localhost:808/viewer/</viewerUrl>
<viewerAuthorizationToken>CHANGEME</viewerAuthorizationToken>
<deleteContentFilesOnFailure>true</deleteContentFilesOnFailure>
<addVolumeCollectionsToAnchor>false</addVolumeCollectionsToAnchor>
<representativeImage>
<useFirstPageAsDefault>true</useFirstPageAsDefault>
</representativeImage>
<namespaces>
<!--
<list>
<xyz>http://www.example.org/xyz/</xyz>
</list>
-->
</namespaces>
<pageCountStart>1</pageCountStart>
<addLabelToChildren>true</addLabelToChildren>
<labelCleanup>true</labelCleanup>
<authorityData enabled="true">
<addFieldsToDefault>
<field>NORM_IDENTIFIER</field>
<field>NORM_NAME</field>
<field>NORM_ALTNAME</field>
</addFieldsToDefault>
</authorityData>
<aggregateRecords>true</aggregateRecords>
<fulltextForceUTF8>true</fulltextForceUTF8>
<mets>
<preferredImageFileGroup>BOOKVIEWER</preferredImageFileGroup>
<preferredImageFileGroup>ZOOMIFY</preferredImageFileGroup>
<physicalElementTypes>
<type>object</type>
<type>audio</type>
<type>video</type>
</physicalElementTypes>
<volumeCheckXPath>/mets:mets/mets:dmdSec[1]/mets:mdWrap[@MDTYPE='MODS']/mets:xmlData/mods:mods/mods:relatedItem[@type='host'][not(@otherType) or @otherType='hierarchical']/mods:recordInfo/mods:recordIdentifier</volumeCheckXPath>
</mets>
<lido>
<imageXPath>lido:resourceRepresentation[@lido:type='image_master']/lido:linkResource</imageXPath>
<imageXPath>lido:resourceRepresentation[@lido:type='http://terminology.lido-schema.org/resourceRepresentation_type/provided_representation']/lido:linkResource</imageXPath>
<imageXPath>lido:resourceRepresentation[@lido:type='http://terminology.lido-schema.org/lido00464']/lido:linkResource</imageXPath>
<imageXPath>lido:resourceRepresentation[@lido:type='image_overview']/lido:linkResource</imageXPath>
<imageXPath>lido:resourceID</imageXPath>
</lido>
<email>
<recipients>admin@example.org</recipients>
<smtpServer>localhost</smtpServer>
<smtpUser></smtpUser>
<smtpPassword></smtpPassword>
<smtpSenderAddress>do-not-reply@goobi-viewer.example.org</smtpSenderAddress>
<smtpSenderName>Goobi viewer Indexer</smtpSenderName>
<smtpSecurity>NONE</smtpSecurity>
</email>
<viewerNotifications>
<prerenderPdfs enabled="false" force="false" variant="small"/>
</viewerNotifications>
</init>
Die Parameter sind in der folgenden Tabelle im einzelnen erklärt:
Last updated