forked from HistoryAtState/other-publications
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathviews-from-the-embassy.xconf
More file actions
15 lines (15 loc) · 866 Bytes
/
Copy pathviews-from-the-embassy.xconf
File metadata and controls
15 lines (15 loc) · 866 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<collection xmlns="http://exist-db.org/collection-config/1.0">
<index xmlns:tei="http://www.tei-c.org/ns/1.0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<lucene>
<analyzer class="org.apache.lucene.analysis.standard.StandardAnalyzer"/>
<text qname="tei:div" index="no">
<!-- start required facets and fields -->
<facet dimension="hsg-category" expression="'department'"/>
<facet dimension="hsg-publication" expression="'views-from-the-embassy'"/>
<field name="hsg-fulltext" store="no"/>
<field name="hsg-url" expression="'https://static.history.state.gov/wwi/views-from-embassy-paris/Views%20from%20Embassy%20Paris%20WWI.pdf'"/>
<!-- end required facets and fields -->
</text>
</lucene>
</index>
</collection>