-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcollection.xconf
executable file
·147 lines (147 loc) · 10.6 KB
/
collection.xconf
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
<?xml version="1.0" encoding="UTF-8"?>
<collection xmlns="http://exist-db.org/collection-config/1.0">
<index xmlns:tei="http://www.tei-c.org/ns/1.0" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:dbk="http://docbook.org/ns/docbook">
<fulltext default="none" attributes="false"/>
<lucene diacritics="no">
<module uri="http://teipublisher.com/index" prefix="nav" at="index.xql"/>
<text match="/tei:TEI/tei:text">
<ignore qname="tei:div"/>
<field name="title" expression="nav:get-metadata(ancestor::tei:TEI, 'title')"/>
<field name="author" expression="nav:get-metadata(ancestor::tei:TEI, 'author')"/>
<field name="language" expression="nav:get-metadata(ancestor::tei:TEI, 'language')"/>
<field name="date" expression="nav:get-metadata(ancestor::tei:TEI, 'date')"/>
<field name="file" expression="util:document-name(.)"/>
<field name="key" expression="ancestor::tei:TEI/@n"/>
<ignore qname="tei:listBibl"/>
<ignore qname="tei:listObject"/>
<ignore qname="tei:listOrg"/>
<ignore qname="tei:listPerson"/>
<ignore qname="tei:listPlace"/>
<facet dimension="volume" expression="ancestor::tei:TEI/tei:teiHeader//tei:titleStmt/tei:title[@type = 'volume']/@n"/>
<facet dimension="context" expression="nav:get-text-context(., ancestor::tei:TEI)" hierarchical="yes"/>
<facet dimension="language" expression="nav:get-metadata(ancestor::tei:TEI, 'language')"/>
<facet dimension="person" expression=".//tei:rs[@type='person']/@ref"/>
<facet dimension="object" expression=".//tei:rs[@type='object']/@ref"/>
<facet dimension="occurrences" expression="0"/>
<facet dimension="environment" expression="'Text'"/>
<facet dimension="sortstring" expression="ancestor::tei:TEI/tei:header/tei:title[@level='a'][1]"/>
</text>
<text qname="tei:note">
<ignore qname="tei:note"/>
<facet dimension="volume" expression="ancestor::tei:TEI/tei:teiHeader//tei:titleStmt/tei:title[@type = 'volume']/@n"/>
<facet dimension="context" expression="nav:get-note-context(., ancestor::tei:TEI)" hierarchical="yes"/>
<facet dimension="language" expression="nav:get-metadata(ancestor::tei:TEI, 'language')"/>
<facet dimension="person" expression=".//tei:rs[@type='person']/@ref"/>
<facet dimension="object" expression=".//tei:rs[@type='object']/@ref"/>
<facet dimension="direct-indexing" expression=".//tei:rs/@ref except .//tei:div//@ref | .//tei:bibl/@corresp except .//tei:div//@corresp"/>
<facet dimension="occurrences" expression="0"/>
<facet dimension="environment" expression="'Text'"/>
<facet dimension="sortstring" expression="ancestor::tei:div[1]/tei:head"/>
</text>
<text qname="tei:div">
<ignore qname="tei:div"/>
<ignore qname="tei:note"/>
<ignore qname="tei:floatingText"/>
<ignore qname="tei:figure"/>
<ignore qname="tei:listBibl"/>
<ignore qname="tei:listObject"/>
<ignore qname="tei:listOrg"/>
<ignore qname="tei:listPerson"/>
<ignore qname="tei:listPlace"/>
<facet dimension="volume" expression="ancestor::tei:TEI/tei:teiHeader//tei:titleStmt/tei:title[@type = 'volume']/@n"/>
<facet dimension="context" expression="nav:get-div-context(., ancestor::tei:TEI)" hierarchical="yes"/>
<facet dimension="language" expression="nav:get-metadata(ancestor::tei:TEI, 'language')"/>
<facet dimension="person" expression=".//tei:rs[@type='person']/@ref"/>
<facet dimension="object" expression=".//tei:rs[@type='object']/@ref"/>
<facet dimension="direct-indexing" expression=".//tei:rs/@ref except .//tei:div//@ref | .//tei:bibl/@corresp except .//tei:div//@corresp"/>
<facet dimension="direct-indexing-no-notes" expression=".//tei:rs[@type]/@ref except ( .//tei:div//@ref | .//tei:note[@type='comment']//@ref ) | .//tei:bibl/@corresp except ( .//tei:div//tei:bibl/@corresp | .//tei:note[@type='comment']//tei:bibl/@corresp )"/>
<facet dimension="occurrences" expression="0"/>
<facet dimension="environment" expression="'Text'"/>
<facet dimension="sortstring" expression="./tei:head"/>
</text>
<text qname="tei:floatingText">
<ignore qname="tei:note"/>
<ignore qname="tei:floatingText"/>
<facet dimension="volume" expression="ancestor::tei:TEI/tei:teiHeader//tei:titleStmt/tei:title[@type = 'volume']/@n"/>
<facet dimension="context" expression="('Apparat', 'Dokumente', 'Primärtext')" hierarchical="yes"/>
<facet dimension="language" expression="nav:get-metadata(ancestor::tei:TEI, 'language')"/>
<facet dimension="person" expression=".//tei:rs[@type='person']/@ref"/>
<facet dimension="object" expression=".//tei:rs[@type='object']/@ref"/>
<facet dimension="occurrences" expression="0"/>
<facet dimension="environment" expression="'Text'"/>
<facet dimension="sortstring" expression="ancestor::tei:div[1]/tei:head"/>
</text>
<text qname="tei:head">
<ignore qname="tei:div"/>
</text>
<text match="//tei:listBibl/tei:bibl" boost="0.4">
<ignore qname="tei:div"/>
<field name="label" expression="./tei:title[@type='short']"/>
<field name="description"/>
<facet dimension="author" expression=".//tei:author/@ref"/>
<facet dimension="person" expression=".//tei:author/@ref"/>
<facet dimension="type" expression="'Bibliografie'" hierarchical="yes"/>
<facet dimension="volume" expression="for $n in ./@xml:id let $ref := $n return collection(/db/apps/hwgw-data/data)//tei:TEI[.//tei:bibl[@corresp=$ref]]/tei:teiHeader//tei:titleStmt/tei:title[@type = 'volume']/@n"/>
<facet dimension="occurrences" expression="nav:occurrences(@xml:id)"/>
<facet dimension="environment" expression="'Index'"/>
<facet dimension="sortstring" expression="./tei:title[@type='short']"/>
</text>
<text match="//tei:listObject/tei:object" boost="0.4">
<ignore qname="tei:div"/>
<field name="label" expression="./tei:head"/>
<field name="description"/>
<facet dimension="author" expression="./tei:note/tei:persName[@type='author']/@ref"/>
<facet dimension="person" expression="./tei:note/tei:persName[@type='author']/@ref"/>
<!-- <facet dimension="type" expression="'Objekte'" hierarchical="yes"/> -->
<facet dimension="type" expression="nav:get-object-provenience(.)" hierarchical="yes"/>
<facet dimension="volume" expression="for $n in ./@xml:id let $ref := $n return collection(/db/apps/hwgw-data/data)//tei:TEI[.//tei:rs[@ref=$ref]]/tei:teiHeader//tei:titleStmt/tei:title[@type = 'volume']/@n"/>
<facet dimension="provenience" expression="nav:get-object-provenience(.)" hierarchical="yes"/>
<facet dimension="occurrences" expression="nav:occurrences(@xml:id)"/>
<facet dimension="environment" expression="'Index'"/>
<facet dimension="sortstring" expression="./tei:head"/>
</text>
<text match="//tei:listOrg/tei:org" boost="0.4">
<ignore qname="tei:div"/>
<field name="label" expression="./tei:orgName"/>
<field name="description"/>
<facet dimension="type" expression="'Organisationen'" hierarchical="yes"/>
<facet dimension="volume" expression="for $n in ./@xml:id let $ref := $n return collection(/db/apps/hwgw-data/data)//tei:TEI[.//tei:rs[@ref=$ref]]/tei:teiHeader//tei:titleStmt/tei:title[@type = 'volume']/@n"/>
<facet dimension="occurrences" expression="nav:occurrences(@xml:id)"/>
<facet dimension="environment" expression="'Index'"/>
<facet dimension="sortstring" expression="./tei:orgName"/>
</text>
<text match="//tei:listPerson/tei:person" boost="0.4">
<ignore qname="tei:div"/>
<field name="label" expression="./tei:persName"/>
<field name="description"/>
<facet dimension="type" expression="'Personen'" hierarchical="yes"/>
<facet dimension="volume" expression="for $n in ./@xml:id let $ref := $n return collection(/db/apps/hwgw-data/data)//tei:TEI[.//tei:rs[@ref=$ref]]/tei:teiHeader//tei:titleStmt/tei:title[@type = 'volume']/@n"/>
<facet dimension="occurrences" expression="nav:occurrences(@xml:id)"/>
<facet dimension="environment" expression="'Index'"/>
<facet dimension="sortstring" expression="./tei:persName"/>
</text>
<text match="//tei:listPlace/tei:place" boost="0.4">
<ignore qname="tei:div"/>
<field name="label" expression="./tei:placeName"/>
<field name="description"/>
<facet dimension="type" expression="'Orte'" hierarchical="yes"/>
<facet dimension="volume" expression="for $n in ./@xml:id let $ref := $n return collection(/db/apps/hwgw-data/data)//tei:TEI[.//tei:rs[@ref=$ref]]/tei:teiHeader//tei:titleStmt/tei:title[@type = 'volume']/@n"/>
<facet dimension="occurrences" expression="nav:occurrences(@xml:id)"/>
<facet dimension="environment" expression="'Index'"/>
<facet dimension="sortstring" expression="./tei:placeName"/>
</text>
<text match="//tei:titleStmt/tei:title"/>
<text match="//tei:msDesc/tei:head"/>
<!-- global settings -->
<inline qname="tei:choice"/>
<inline qname="tei:corr"/>
<inline qname="tei:emph"/>
<inline qname="tei:hi"/>
<inline qname="tei:ref"/>
<inline qname="tei:rs"/>
<inline qname="tei:unclear"/>
<ignore qname="tei:divGen"/>
<ignore qname="tei:sic"/>
</lucene>
</index>
</collection>