forked from wolfgangmm/ShakespeareDemo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
collection.xconf
21 lines (21 loc) · 1009 Bytes
/
collection.xconf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8"?>
<collection xmlns="http://exist-db.org/collection-config/1.0">
<index xmlns:a8n="http://www.betterform.de/projects/mopane/annotation" xmlns:tei="http://www.tei-c.org/ns/1.0" xmlns:xlink="http://www.w3.org/1999/xlink">
<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:sp"/>
<text qname="tei:l"/>
<text qname="tei:speaker"/>
</lucene>
<create qname="tei:speaker" type="xs:string"/>
<!--new-->
<create qname="@xml:id" type="xs:string"/>
<create qname="@type" type="xs:string"/>
<create qname="@layer" type="xs:string"/>
<create qname="@wit" type="xs:string"/>
<create qname="a8n:id" type="xs:string"/>
</index>
</collection>