TMW facets | API-Version: 1.0.2-2022 |
Version 2022-05-17
The SolR data can automatically be facetted by different fields. The
definition of the field names and the SolR stings are done in the
config.ini. There is a distinct section for each
domain, labeled with the the config group title
To access a facet it is sufficient to add the
parameter to the query string. The field names are
listed with comma separation. The
; object list with object facet (default limit = 10) html: 2022-05-17/object/object_name:dampflokomotive|facet=object xml: 2022-05-17/object/object_name:dampflokomotive|facet=object/xml; object and subject facets without record data html: 2022-05-17/object/object_name:dampflokomotive|facet=object|limit=0 xml: 2022-05-17/object/object_name:dampflokomotive|facet=object,subject|limit=0/xml; all facets from all records without record data html: 2022-05-17/object/*:*|facet=all|limit=0 xml: 2022-05-17/object/*:*|facet=all|limit=0/xml
For the facet output formats see the [[format|format documentation]].
Facets for object records:
Facet of the SolR field , containing thesaurus terms for the object name.
2022-05-17/object/*:*|facet=object|limit=0 2022-05-17/object/*:*|facet=object|limit=0/xml
Facet of the SolR field , containing thesaurus terms for the descriptions of themes, like concepts or technologies.
[[https://data.tmw.at/object/*:*|facet=subject|limit=0|subject
facet]]
Facet of the SolR field , containing thesaurus terms for events.
[[https://data.tmw.at/object/*:*|facet=event|limit=0|event
facet]]
Facet of the SolR field . The field contains a combination of a person/institution name with its role, referring to the object, i.e. a person can be producer for one object and user for another object. With this combined facet, the different roles for one person/institution can be distinguished.
[[https://data.tmw.at/object/*:*|facet=creator|limit=0|creator
facet]]
Facet of the SolR field , containing thesaurus terms for geography.
[[https://data.tmw.at/object/*:*|facet=geo|limit=0|geography
facet]]
Facet of the SolR field , containing words from the title text sting.
[[https://data.tmw.at/object/*:*|facet=title|limit=0|title
text facet]]
Facet of the SolR field , containing words from the description text sting.
[[https://data.tmw.at/object/*:*|facet=description|limit=0|description
text facet]]