We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83fe02c commit ca79ce6Copy full SHA for ca79ce6
collection.xconf
@@ -3,11 +3,11 @@
3
<index xmlns:xs="http://www.w3.org/2001/XMLSchema">
4
<lucene>
5
<analyzer class="org.apache.lucene.analysis.standard.StandardAnalyzer"/>
6
- <text qname="visit">
+ <text qname="visit" index="no">
7
<!-- start required facets and fields -->
8
<facet dimension="hsg-category" expression="'department'"/>
9
<facet dimension="hsg-publication" expression="'visits'"/>
10
- <field expression="visitor, description, from" name="hsg-fulltext"/>
+ <field expression="visitor, description, from" name="hsg-fulltext" store="no"/>
11
<field expression="'/departmenthistory/visits/' || year-from-date(./start-date)"
12
name="hsg-url"/>
13
<!-- end required facets and fields -->
0 commit comments