forked from Edirom/Edirom-Online
-
Notifications
You must be signed in to change notification settings - Fork 0
/
collection.xconf
executable file
·32 lines (31 loc) · 1.33 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
<?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" xmlns:tei="http://www.tei-c.org/ns/1.0"
xmlns:xlink="http://www.w3.org/1999/xlink">
<fulltext default="none" attributes="no"/>
<lucene>
<analyzer class="org.apache.lucene.analysis.standard.StandardAnalyzer"/>
<analyzer id="ws" class="org.apache.lucene.analysis.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"/>
<text qname="tei:text"/>
<text qname="tei:title" boost="2.0"/>
<text qname="mei:meiHead">
<ignore qname="mei:title"/>
<ignore qname="mei:annot"/>
</text>
<text qname="mei:title" boost="2.0"/>
<text qname="mei:annot"/>
</lucene>
<create qname="@type" type="xs:string"/>
<create qname="@plist" type="xs:string"/>
<create qname="@facs" type="xs:string"/>
<create qname="@n" type="xs:string"/>
<create qname="@num" type="xs:integer"/>
</index>
</collection>