forked from majlis-erc/majlis-data
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcollection.xconf
More file actions
49 lines (49 loc) · 2.65 KB
/
collection.xconf
File metadata and controls
49 lines (49 loc) · 2.65 KB
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
<collection xmlns="http://exist-db.org/collection-config/1.0">
<index xmlns:tei="http://www.tei-c.org/ns/1.0" xmlns:srophe="https://srophe.app">
<lucene diacritics="no">
<module uri="http://srophe.org/srophe/facets" prefix="sf" at="xmldb:exist:////db/apps/srophe/modules/lib/facets.xql"/>
<text qname="tei:body">
<field name="title" expression="sf:field(descendant-or-self::tei:body,'title')"/>
<field name="titleSyriac" expression="sf:field(descendant-or-self::tei:body, 'titleSyriac')"/>
<field name="titleArabic" expression="sf:field(descendant-or-self::tei:body, 'titleArabic')"/>
<field name="author" expression="sf:field(descendant-or-self::tei:body, 'author')"/>
</text>
<text qname="tei:fileDesc"/>
<text qname="tei:biblStruct"/>
<text qname="tei:div"/>
<text qname="tei:author" boost="5.0"/>
<text qname="tei:persName" boost="5.0"/>
<text qname="tei:placeName" boost="5.0"/>
<text qname="tei:title" boost="10.5"/>
<text qname="tei:desc" boost="2.0"/>
</lucene>
<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="@srophe: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="@level" 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>