1.22 Resolver
Records
The Goobi viewer offers resolvers to open worecordsks via an identifier (PI), an URN or a custom identifier.
Name | URL |
Identifier |
|
URN |
|
Custom |
|
The custom resolver can contain further fieldX
and valueX
combinations besides the mandatory parameters identifier
and field
, where X must be replaced by a consecutive number. This can be used for example to link to newspaper editions:
Example 1:
https://viewer.example.org/resolver?field=PI_ANCHOR&identifier=000141932&field2=YEARMONTHDAY&value2=19630221
Example 2:
https://viewer.example.org/resolver?field=PI_ANCHOR&identifier=000141932&field2=YEARMONTHDAY&value2=19630221&field3=DC&value3=periodical
The /piresolver?id=
can also be addressed using the aliases /ppnresolver?id=
and /epnresolver?id=
.
The following options control the URL forwarding when opening the found record:
Parameter | Description |
doRedirectInsteadOfForward | If |
The URN resolver can look for URNs in different Solr fields. For this purpose it is possible to specify a list of field names.
Metadata
Furthermore, it is possible to open the source file of a record directly. Depending on whether the record comes from METS or LIDO, a different resolver is used. Either the PI (id=PI) or the URN (urn=URN) can be passed to these resolvers:
Name | URL |
Generic PI |
|
METS PI |
|
METS URN |
|
LIDO PI |
|
LIDO URN |
|
Last updated