-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcollection.xconf
executable file
·47 lines (45 loc) · 2.18 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
<?xml version="1.0" encoding="UTF-8"?>
<collection xmlns="http://exist-db.org/collection-config/1.0">
<index xmlns:mei="http://www.music-encoding.org/ns/mei">
<fulltext default="none" attributes="false"/>
<lucene>
<analyzer class="org.apache.lucene.analysis.standard.StandardAnalyzer"/>
<analyzer id="ws" class="org.apache.lucene.analysis.core.WhitespaceAnalyzer"/>
<text qname="@type" analyzer="ws"/>
<text qname="@dbkey"/>
<text qname="@role"/>
<text qname="@facs"/>
<text qname="@target"/>
<text qname="@plist" analyzer="ws"/>
<text qname="@label"/>
</lucene>
<create qname="@type" type="xs:string"/>
<create qname="@plist" type="xs:string"/>
<create qname="@facs" type="xs:string"/>
<!--
<create qname="@dbkey" type="xs:string"/>
<create qname="@role" type="xs:string"/>
<create qname="@target" type="xs:string"/>
<create qname="@label" type="xs:string"/>
<create qname="mei:title" type="xs:string"/>
<create qname="mei:name" type="xs:string"/>
<create qname="mei:persname" type="xs:string"/>
<create qname="@endid" type="xs:string"/>
<create qname="@endto" type="xs:string"/>
<create qname="@facs" type="xs:string"/>
<create qname="@label" type="xs:string"/>
<create qname="@n" type="xs:string"/>
<create qname="@reg" type="xs:string"/>
<create qname="@rel" type="xs:string"/>
<create qname="@role" type="xs:string"/>
<create qname="@staff" type="xs:string"/>
<create qname="@startid" type="xs:string"/>
<create qname="@startto" type="xs:string"/>
<create qname="@target" type="xs:string"/>
<create qname="@type" type="xs:string"/>
<create qname="@xlink:href" type="xs:string"/>
<create qname="@source" type="xs:string"/>
<create qname="@classcode" type="xs:string"/>
-->
</index>
</collection>