Skip to content

Commit 3e8a263

Browse files
committed
Merge branch 'springcleaning-2020' of https://github.com/duncdrum/documentation into springcleaning-2020
2 parents fa0503f + 23895a8 commit 3e8a263

19 files changed

+129
-128
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<lucene>
2-
<text qname="p"/>
3-
<text qname="placeName"/>
4-
</lucene>
2+
<text qname="p"/>
3+
<text qname="placeName"/>
4+
</lucene>
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<text qname="p">
2-
<inline qname="em"/>
3-
</text>
2+
<inline qname="em"/>
3+
</text>
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
<p>This is a paragraph
2-
<note>containing an inline note</note>.</p>
2+
<note>containing an inline note</note>.
3+
</p>
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<lucene>
2-
<text qname="p"/>
3-
<text qname="note"/>
4-
<ignore qname="note"/>
5-
</lucene>
2+
<text qname="p"/>
3+
<text qname="note"/>
4+
<ignore qname="note"/>
5+
</lucene>
Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1-
<collection xmlns="\"http://exist-db.org/collection-config/1.0\"">
1+
<collection xmlns="http://exist-db.org/collection-config/1.0">
22
<index>
33
<!-- Lucene indexes -->
44
<lucene diacritics='no'>
55
<analyzer class='org.apache.lucene.analysis.standard.StandardAnalyzer'/>
6-
<text match="\"//title[@xml:lang='Sa-Ltn']\""/>\
7-
<text match="\"/TEI/text\""><ignore qname="\"text\""/></text>
6+
<text match="//title[@xml:lang='Sa-Ltn']"/>
7+
<text match="/TEI/text">
8+
<ignore qname="text"/>
9+
</text>
810
</lucene>
911
</index>
1012
</collection>
Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<lucene>
2-
<analyzer class="org.apache.lucene.analysis.standard.StandardAnalyzer"/>
3-
<text qname="section">
4-
<ignore qname="title"/>
5-
<ignore qname="programlisting"/>
6-
<ignore qname="screen"/>
7-
<ignore qname="synopsis"/>
8-
</text>
9-
<text qname="para"/>
10-
<text qname="title" boost="2.0"/>
2+
<analyzer class="org.apache.lucene.analysis.standard.StandardAnalyzer"/>
3+
<text qname="section">
114
<ignore qname="title"/>
12-
</lucene>
5+
<ignore qname="programlisting"/>
6+
<ignore qname="screen"/>
7+
<ignore qname="synopsis"/>
8+
</text>
9+
<text qname="para"/>
10+
<text qname="title" boost="2.0"/>
11+
<ignore qname="title"/>
12+
</lucene>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<text qname="@val">
2-
<match-sibling-attr boost="25" qname="att" value="writtenForm"/>
2+
<match-sibling-attr boost="25" qname="att" value="writtenForm"/>
33
</text>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<text qname="feat">
2-
<has-attr boost="0" qname="xml:lang"/>
2+
<has-attr boost="0" qname="xml:lang"/>
33
</text>
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<lucene>
2-
<analyzer class="org.apache.lucene.analysis.standard.StandardAnalyzer"/>
3-
<analyzer id="ws" class="org.apache.lucene.analysis.core.WhitespaceAnalyzer"/>
4-
<text match="//SPEECH//*"/>
5-
<text qname="TITLE" analyzer="ws"/>
6-
</lucene>
2+
<analyzer class="org.apache.lucene.analysis.standard.StandardAnalyzer"/>
3+
<analyzer id="ws" class="org.apache.lucene.analysis.core.WhitespaceAnalyzer"/>
4+
<text match="//SPEECH//*"/>
5+
<text qname="TITLE" analyzer="ws"/>
6+
</lucene>
Lines changed: 18 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,19 @@
11
<collection xmlns="http://exist-db.org/collection-config/1.0">
2-
<index xmlns:wiki="http://exist-db.org/xquery/wiki" xmlns:html="http://www.w3.org/1999/xhtml" xmlns:atom="http://www.w3.org/2005/Atom">
3-
<!-- Disable the old full text index -->
4-
<fulltext default="none" attributes="false"/>
5-
<!-- Lucene index is configured below -->
6-
<lucene>
7-
<analyzer class="org.apache.lucene.analysis.standard.StandardAnalyzer"/>
8-
<analyzer id="ws" class="org.apache.lucene.analysis.core.WhitespaceAnalyzer"/>
9-
<text qname="TITLE" analyzer="ws"/>
10-
<text qname="p">
11-
<inline qname="em"/>
12-
</text>
13-
<text match="//foo/*"/>
14-
<!-- "inline" and "ignore" can be specified globally or per-index as
15-
shown above -->
16-
<inline qname="b"/>
17-
<ignore qname="note"/>
18-
</lucene>
19-
</index>
20-
</collection>
2+
<index xmlns:wiki="http://exist-db.org/xquery/wiki" xmlns:html="http://www.w3.org/1999/xhtml" xmlns:atom="http://www.w3.org/2005/Atom">
3+
<!-- Disable the old full text index -->
4+
<fulltext default="none" attributes="false"/>
5+
<!-- Lucene index is configured below -->
6+
<lucene>
7+
<analyzer class="org.apache.lucene.analysis.standard.StandardAnalyzer"/>
8+
<analyzer id="ws" class="org.apache.lucene.analysis.core.WhitespaceAnalyzer"/>
9+
<text qname="TITLE" analyzer="ws"/>
10+
<text qname="p">
11+
<inline qname="em"/>
12+
</text>
13+
<text match="//foo/*"/>
14+
<!-- "inline" and "ignore" can be specified globally or per-index as shown above -->
15+
<inline qname="b"/>
16+
<ignore qname="note"/>
17+
</lucene>
18+
</index>
19+
</collection>

0 commit comments

Comments
 (0)