forked from PonteIneptique/canonical-latinLit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
collection.xconf
27 lines (27 loc) · 1.18 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
<collection xmlns="http://exist-db.org/collection-config/1.0">
<index xmlns:tei="http://www.tei-c.org/ns/1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:ti="http://chs.harvard.edu/xmlns/cts">
<fulltext default="none" attributes="false"/>
<lucene>
<analyzer class="org.apache.lucene.analysis.standard.StandardAnalyzer">
<param name="stopwords" type="org.apache.lucene.analysis.util.CharArraySet"/>
</analyzer>
<text qname="tei:div"/>
<text qname="tei:div1"/>
<text qname="tei:div2"/>
<text qname="tei:sp"/>
<text qname="tei:lg"/>
<text qname="tei:l"/>
<text qname="tei:body"/>
<ignore qname="note"/>
<ignore qname="tei:note"/>
</lucene>
<range>
<create qname="tei:l" type="xs:string" case="no"/>
<create qname="tei:div" type="xs:string"/>
<create qname="tei:div1" type="xs:string"/>
<create qname="tei:div2" type="xs:string"/>
<create qname="tei:body" type="xs:string"/>
<create qname="@n" type="xs:string"/>
</range>
</index>
</collection>