-
Notifications
You must be signed in to change notification settings - Fork 14
/
bibliography.xconf
26 lines (23 loc) · 1.08 KB
/
bibliography.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
<collection xmlns="http://exist-db.org/collection-config/1.0">
<index xmlns:tei="http://www.tei-c.org/ns/1.0">
<!-- Lucene index configuration -->
<lucene>
<!-- The standard analyzer will ignore stopwords like 'the', 'and' -->
<analyzer class="org.apache.lucene.analysis.standard.StandardAnalyzer"/>
<text qname="@id"/>
</lucene>
<!-- Range index configuration -->
<create qname="@id" type="xs:string"/>
<create qname="@type" type="xs:string"/>
<create qname="@loc" type="xs:string"/>
<create qname="@role" type="xs:string"/>
<create qname="@part" type="xs:string"/>
<create qname="@unit" type="xs:string"/>
<create qname="published-year" type="xs:integer"/>
<create qname="publication-status" type="xs:string"/>
<create qname="coverage" type="xs:integer"/>
<create qname="grouping" type="xs:string"/>
<create qname="administration" type="xs:string"/>
<create qname="@administration" type="xs:string"/>
</index>
</collection>