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
d337e603
Commit
d337e603
authored
Jan 07, 2021
by
bettin5@sub.uni-goettingen.de
Browse files
chg destination_place to list
parent
260801a6
Changes
1
Hide whitespace changes
Inline
Side-by-side
solr/gfl/conf/schema.xml
View file @
d337e603
...
...
@@ -108,7 +108,7 @@
<field
name=
"author"
type=
"text_de"
multiValued=
"true"
/>
<field
name=
"recipient"
type=
"text_de"
multiValued=
"true"
/>
<field
name=
"origin_place"
type=
"text_de"
multiValued=
"false"
/>
<field
name=
"destination_place"
type=
"text_de"
multiValued=
"
fals
e"
/>
<field
name=
"destination_place"
type=
"text_de"
multiValued=
"
tru
e"
/>
<field
name=
"origin_date"
type=
"date"
/>
<field
name=
"source_description"
type=
"text_de"
multiValued=
"true"
/>
<field
name=
"gnd_keyword"
type=
"text_de"
multiValued=
"true"
/>
...
...
@@ -130,7 +130,7 @@
<copyField
source=
"author"
dest=
"all_header_fields"
multiValued=
"true"
/>
<copyField
source=
"recipient"
dest=
"all_header_fields"
/>
<copyField
source=
"origin_place"
dest=
"all_header_fields"
/>
<copyField
source=
"destination_place"
dest=
"all_header_fields"
/>
<copyField
source=
"destination_place"
dest=
"all_header_fields"
multiValued=
"true"
/>
<copyField
source=
"origin_date"
dest=
"all_header_fields"
/>
<copyField
source=
"source_description"
dest=
"all_header_fields"
/>
<copyField
source=
"gnd_keyword"
dest=
"all_header_fields"
/>
...
...
@@ -143,8 +143,8 @@
<copyField
source=
"recipient"
dest=
"recipient_sort"
/>
<field
name=
"origin_place_sort"
type=
"string"
/>
<copyField
source=
"origin_place"
dest=
"origin_place_sort"
/>
<field
name=
"destination_place_sort"
type=
"string"
/>
<copyField
source=
"destination_place"
dest=
"destination_place_sort"
/>
<field
name=
"destination_place_sort"
type=
"string"
multiValued=
"true"
/>
<copyField
source=
"destination_place"
dest=
"destination_place_sort"
multiValued=
"true"
/>
<field
name=
"title_sort"
type=
"string"
multiValued=
"true"
/>
<copyField
source=
"title"
dest=
"title_sort"
/>
<field
name=
"short_title_sort"
type=
"string"
/>
...
...
@@ -160,7 +160,7 @@
<copyField
source=
"recipient"
dest=
"recipient_facet"
/>
<field
name=
"origin_place_facet"
type=
"string"
/>
<copyField
source=
"origin_place"
dest=
"origin_place_facet"
/>
<field
name=
"destination_place_facet"
type=
"string"
/>
<field
name=
"destination_place_facet"
type=
"string"
multiValued=
"true"
/>
<copyField
source=
"destination_place"
dest=
"destination_place_facet"
/>
<!-- transaction log -->
...
...
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