-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathcollection.xconf
More file actions
69 lines (69 loc) · 3.96 KB
/
collection.xconf
File metadata and controls
69 lines (69 loc) · 3.96 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<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/britishLibrary/modules/lib/facets.xql"/>
<text qname="tei:TEI">
<!--
<facet dimension="material" expression="descendant::tei:physDesc/tei:objectDesc/tei:supportDesc/@material"/>
<field name="facet-material" expression="descendant::tei:physDesc/tei:objectDesc/tei:supportDesc/@material"/>
<facet dimension="classfication" expression="descendant::tei:listRelation[@type='Wright-BL-Taxonomy']/tei:relation[@name='dcterms:type']/tei:desc"/>
<field name="facet-classfication" expression="descendant::tei:listRelation[@type='Wright-BL-Taxonomy']/tei:relation[@name='dcterms:type']/tei:desc"/>
<facet dimension="script" expression="descendant::tei:physDesc/tei:handDesc/tei:handNote/@script"/>
<field name="facet-script" expression="descendant::tei:physDesc/tei:handDesc/tei:handNote/@script"/>
-->
<field name="title" expression="sf:field(.,'title')" boost="2.5"/>
<field name="titleSyriac" expression="sf:field(., 'titleSyriac')" boost="2.5"/>
<field name="titleArabic" expression="sf:field(., 'titleArabic')" boost="2.5"/>
<field name="author" expression="sf:field(., 'author')" boost="2.0"/>
<ignore qname="tei:encodingDesc"/>
<ignore qname="tei:profileDesc"/>
</text><!--- Review for search may not need all of these --><!--<text qname="tei:body"/>--><!--
<text qname="tei:author" boost="2.0"/>
<text qname="tei:editor" boost="2.0"/>
--><!-- Keyword search -->
<text qname="tei:msDesc" boost="2.0"/>
<text qname="tei:persName" boost="2.0"/>
<text qname="tei:placeName" boost="1.0"/>
<text qname="tei:origPlace" boost="1.0"/>
<text qname="tei:title" boost="2.5"/>
<text qname="tei:msContents"/>
<text qname="tei:physDesc"/>
<text qname="tei:additions"/>
<text qname="tei:history"/>
<text qname="tei:finalRubric"/>
<text qname="tei:incipit"/>
<text qname="tei:explicit"/>
<text qname="tei:item"/>
<text qname="tei:quote"/>
<text qname="tei:foreign"/>
<text qname="tei:rubric"/>
<text qname="tei:decoNote"/>
<text qname="tei:idno"/>
</lucene>
<range>
<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="@script" type="xs:string"/>
<create qname="@material" type="xs:string"/>
<create qname="@desc" type="xs:string"/>
<create qname="tei:idno" type="xs:string"/>
<create qname="tei:title" type="xs:string"/>
<create qname="tei:relation" type="xs:string"/>
</range>
</index>
</collection>