Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions articles.xconf
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,11 @@
<!-- Lucene index configuration -->
<lucene>
<analyzer class="org.apache.lucene.analysis.standard.StandardAnalyzer"/>
<text qname="tei:div"/>
<text qname="tei:body">
<text qname="tei:body" index="no">
<!-- start required facets and fields -->
<facet dimension="hsg-category" expression="'countries'"/>
<facet dimension="hsg-publication" expression="'countries-articles'"/>
<field name="hsg-fulltext"/>
<field name="hsg-fulltext" store="no"/>
<field name="hsg-url" expression="'/countries/' || util:document-name(.) =&gt; substring-before('.xml')"/>
<!-- end required facets and fields -->
</text>
Expand Down