-
Notifications
You must be signed in to change notification settings - Fork 0
/
facet-def.xml
39 lines (39 loc) · 1.86 KB
/
facet-def.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<facets xmlns="http://expath.org/ns/facet">
<!--
<facet-definition name="author" label="Author">
<group-by function="refLabel">
<sub-path>ancestor::tei:TEI/descendant::tei:profileDesc/tei:creation/tei:persName[@role='author']/@ref</sub-path>
</group-by>
<max-values show="5">10</max-values>
<order-by direction="ascending">value</order-by>
</facet-definition>
<facet-definition name="work" label="Work">
<group-by function="refLabel">
<sub-path>ancestor::tei:TEI/descendant::tei:profileDesc/tei:creation/tei:title[@type='uniform']/@ref</sub-path>
</group-by>
<max-values show="5">10</max-values>
<order-by direction="ascending">value</order-by>
</facet-definition>
<facet-definition name="originalLanguage" label="Original Language">
<group-by function="identLabel">
<sub-path>ancestor::tei:TEI/descendant::tei:profileDesc/tei:langUsage/tei:language/@ident</sub-path>
</group-by>
<max-values show="5">10</max-values>
<order-by direction="ascending">value</order-by>
</facet-definition>
<facet-definition name="eraComposed" label="Historical Era Composed">
<group-by function="eraComposed">
<sub-path>ancestor::tei:TEI/descendant::tei:profileDesc/tei:creation/tei:origDate/@period</sub-path>
</group-by>
<max-values show="5">10</max-values>
<order-by direction="ascending">value</order-by>
</facet-definition>
<facet-definition name="placeComposed" label="Place Composed">
<group-by function="refLabel">
<sub-path>ancestor::tei:TEI/descendant::tei:profileDesc/tei:creation/tei:origPlace/@ref</sub-path>
</group-by>
<max-values show="5">10</max-values>
<order-by direction="ascending">value</order-by>
</facet-definition>
-->
</facets>