3.1.10 TEI
config_oai.xml
<tei>
<enabled>true</enabled>
<hitsPerToken>10</hitsPerToken>
<versionDiscriminatorField>LANGUAGE</versionDiscriminatorField>
</tei>
The parameters are explained in detail in the following table:
Setting | Description |
enabled | Activates the availability of the format in the OAI-PMH interface. Default value is false . |
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. |
versionDiscriminatorField | If there are several language versions per work, a hit is created for each language version on the basis of the field specified here instead of PI |
Last modified 2yr ago