-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathfacet-def.xml
46 lines (46 loc) · 2.14 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
40
41
42
43
44
45
46
<facets xmlns="http://expath.org/ns/facet">
<facet-definition name="script" label="Script">
<group-by function="facet:script">
<sub-path>descendant::tei:physDesc/tei:handDesc/tei:handNote/@script</sub-path>
</group-by>
<max-values show="5">10</max-values>
<order-by direction="ascending">value</order-by>
</facet-definition>
<facet-definition name="material" label="Material">
<group-by function="facet:material">
<sub-path>descendant::tei:physDesc/tei:objectDesc/tei:supportDesc/@material</sub-path>
</group-by>
<max-values show="5">10</max-values>
<order-by direction="ascending">value</order-by>
</facet-definition>
<facet-definition name="classfication" label="Wright's Subject Classification">
<group-by>
<sub-path>descendant::tei:listRelation[@type="Wright-BL-Taxonomy"]/tei:relation[@name="dcterms:type"]/tei:desc</sub-path>
</group-by>
<max-values show="5">10</max-values>
<order-by direction="ascending">value</order-by>
</facet-definition>
<!--
<facet-definition name="script" label="Script">
<group-by function="scriptValues">
<sub-path>descendant::tei:physDesc/tei:handDesc/tei:handNote/@script</sub-path>
</group-by>
<max-values show="5">10</max-values>
<order-by direction="ascending">value</order-by>
</facet-definition>
<facet-definition name="material" label="Material">
<group-by function="materialValues">
<sub-path>descendant::tei:physDesc/tei:objectDesc/tei:supportDesc/@material</sub-path>
</group-by>
<max-values show="5">10</max-values>
<order-by direction="ascending">value</order-by>
</facet-definition>
<facet-definition name="classfication" label="Wright's Subject Classification">
<group-by>
<sub-path>descendant::tei:listRelation[@type="Wright-BL-Taxonomy"]/tei:relation[@name="dcterms:type"]/tei:desc</sub-path>
</group-by>
<max-values show="5">10</max-values>
<order-by direction="ascending">value</order-by>
</facet-definition>
-->
</facets>