Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Goethes Farbenlehre
gfl-importer
Commits
fa73fbdc
Commit
fa73fbdc
authored
Nov 25, 2020
by
jerome
Browse files
change rcp facet to list
parent
28bfec33
Changes
1
Hide whitespace changes
Inline
Side-by-side
solr/gfl/conf/schema.xml
View file @
fa73fbdc
...
...
@@ -156,7 +156,7 @@
<!-- Solr needs string fields for facets -->
<field
name=
"author_facet"
type=
"string"
multiValued=
"true"
/>
<copyField
source=
"author"
dest=
"author_facet"
/>
<field
name=
"recipient_facet"
type=
"string"
/>
<field
name=
"recipient_facet"
type=
"string"
multiValued=
"true"
/>
<copyField
source=
"recipient"
dest=
"recipient_facet"
/>
<field
name=
"origin_place_facet"
type=
"string"
/>
<copyField
source=
"origin_place"
dest=
"origin_place_facet"
/>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment