-
Notifications
You must be signed in to change notification settings - Fork 1
/
collection.xconf
44 lines (44 loc) · 2.12 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
<collection xmlns="http://exist-db.org/collection-config/1.0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<index xmlns:tei="http://www.tei-c.org/ns/1.0">
<fulltext default="none" attributes="no"/>
<!-- Full text search configuration -->
<lucene diacritics="no">
<text qname="tei:head" boost="10.0"/>
<text qname="tei:div"/>
<text qname="tei:persName" boost="2.0"/>
<text qname="tei:placeName" boost="2.0"/>
<text qname="tei:title" boost="2.5"/>
<text qname="tei:desc" boost="1.0"/>
<text qname="tei:note"/>
<text qname="tei:bibl"/>
<text qname="tei:byline" boost="5.0"/>
</lucene>
<!-- Range indexes -->
<range>
<create qname="@syriaca-computed-start" type="xs:date"/>
<create qname="@syriaca-computed-end" type="xs:date"/>
<create qname="@type" type="xs:string"/>
<create qname="@ana" type="xs:string"/>
<create qname="@syriaca-tags" type="xs:string"/>
<create qname="@when" type="xs:string"/>
<create qname="@target" type="xs:string"/>
<create qname="@who" type="xs:string"/>
<create qname="@ref" type="xs:string"/>
<create qname="@uri" type="xs:string"/>
<create qname="@where" type="xs:string"/>
<create qname="@active" type="xs:string"/>
<create qname="@passive" type="xs:string"/>
<create qname="@mutual" type="xs:string"/>
<create qname="@name" type="xs:string"/>
<create qname="@xml:lang" type="xs:string"/>
<create qname="@status" type="xs:string"/>
<create qname="tei:idno" type="xs:string"/>
<create qname="tei:title" type="xs:string"/>
<create qname="tei:geo" type="xs:string"/>
<create qname="tei:relation" type="xs:string"/>
<create qname="tei:persName" type="xs:string"/>
<create qname="tei:placeName" type="xs:string"/>
<create qname="tei:author" type="xs:string"/>
</range>
</index>
</collection>