@@ -32,11 +32,11 @@ mapping:
32
32
nested_only : true
33
33
dynamic : strict
34
34
properties :
35
- contact_person : { type: keyword, copy_to: _all }
35
+ contact_person : { type: keyword }
36
36
street_address : { type: text, index: false }
37
37
postal_code : { type: text }
38
38
country_code : { type: keyword }
39
- location : { type: geo_point, copy_to: _all }
39
+ location : { type: geo_point }
40
40
41
41
other_name :
42
42
_attributes :
@@ -63,8 +63,8 @@ mapping:
63
63
properties :
64
64
start_date : { type: date }
65
65
end_date : { type: date }
66
- start_date_string : { type: keyword, copy_to: _all }
67
- end_date_string : { type: keyword, copy_to: _all }
66
+ start_date_string : { type: keyword }
67
+ end_date_string : { type: keyword }
68
68
type_id : { type: integer }
69
69
actor_id : { type: integer }
70
70
@@ -92,7 +92,7 @@ mapping:
92
92
dynamic : strict
93
93
properties :
94
94
date : { type: date }
95
- date_string : { type: keyword, copy_to: _all }
95
+ date_string : { type: keyword }
96
96
97
97
donor :
98
98
_attributes :
@@ -102,7 +102,7 @@ mapping:
102
102
_foreign_types : { contact_informations: contact_information }
103
103
dynamic : strict
104
104
properties :
105
- slug : { type: keyword, copy_to: _all }
105
+ slug : { type: keyword }
106
106
107
107
basis_right :
108
108
_attributes :
@@ -350,7 +350,7 @@ mapping:
350
350
_foreign_types : { use_for: other_name, scope_notes: note }
351
351
dynamic : strict
352
352
properties :
353
- slug : { type: keyword, copy_to: _all }
353
+ slug : { type: keyword }
354
354
taxonomy_id : { type: integer }
355
355
is_protected : { type: boolean }
356
356
number_of_descendants : { type: integer }
@@ -378,13 +378,13 @@ mapping:
378
378
id : { type: integer }
379
379
dynamic : strict
380
380
properties :
381
- slug : { type: keyword, copy_to: _all }
381
+ slug : { type: keyword }
382
382
description_identifier :
383
383
type : text
384
384
fields :
385
385
untouched :
386
386
type : keyword
387
- corporate_body_identifiers : { type: keyword, copy_to: _all }
387
+ corporate_body_identifiers : { type: keyword }
388
388
entity_type_id : { type: integer }
389
389
maintaining_repository_id : { type: integer }
390
390
direct_subjects : { type: integer }
@@ -396,7 +396,7 @@ mapping:
396
396
properties :
397
397
media_type_id : { type: integer }
398
398
usage_id : { type: integer }
399
- thumbnail_path : { type: keyword, copy_to: _all }
399
+ thumbnail_path : { type: keyword }
400
400
filename : { type: text, copy_to: _all }
401
401
digital_object_alt_text : { type: text, copy_to: _all }
402
402
@@ -422,7 +422,7 @@ mapping:
422
422
donors : donor
423
423
dynamic : strict
424
424
properties :
425
- slug : { type: keyword, copy_to: _all }
425
+ slug : { type: keyword }
426
426
identifier :
427
427
type : text
428
428
fields :
@@ -444,7 +444,7 @@ mapping:
444
444
parallel_names : other_name
445
445
dynamic : strict
446
446
properties :
447
- slug : { type: keyword, copy_to: _all }
447
+ slug : { type: keyword }
448
448
identifier :
449
449
type : text
450
450
fields :
@@ -465,7 +465,7 @@ mapping:
465
465
parallel_names : other_name
466
466
dynamic : strict
467
467
properties :
468
- slug : { type: keyword, copy_to: _all }
468
+ slug : { type: keyword }
469
469
description_status_id : { type: integer }
470
470
description_detail_id : { type: integer }
471
471
description_identifier :
@@ -513,15 +513,15 @@ mapping:
513
513
dynamic : strict
514
514
properties :
515
515
id : { type: integer }
516
- slug : { type: keyword, copy_to: _all }
516
+ slug : { type: keyword }
517
517
repository :
518
518
_i18nFields : [authorizedFormOfName]
519
519
_rawFields : [authorizedFormOfName]
520
520
dynamic : strict
521
521
properties :
522
522
id : { type: integer }
523
- slug : { type: keyword, copy_to: _all }
524
- identifier : { type: keyword, copy_to: _all }
523
+ slug : { type: keyword }
524
+ identifier : { type: keyword }
525
525
names :
526
526
_i18nFields : [authorizedFormOfName]
527
527
dynamic : strict
@@ -580,13 +580,13 @@ mapping:
580
580
publication_notes : note
581
581
dynamic : strict
582
582
properties :
583
- slug : { type: keyword, copy_to: _all }
583
+ slug : { type: keyword }
584
584
identifier :
585
585
type : text
586
586
fields :
587
587
untouched :
588
588
type : keyword
589
- reference_code_without_country_and_repo : { type: keyword, copy_to: _all }
589
+ reference_code_without_country_and_repo : { type: keyword }
590
590
level_of_description_id : { type: integer }
591
591
lft : { type: integer }
592
592
publication_status_id : { type: integer }
@@ -610,7 +610,7 @@ mapping:
610
610
properties :
611
611
media_type_id : { type: integer }
612
612
usage_id : { type: integer }
613
- thumbnail_path : { type: keyword, copy_to: _all }
613
+ thumbnail_path : { type: keyword }
614
614
filename : { type: text, copy_to: _all }
615
615
digital_object_alt_text : { type: text, copy_to: _all }
616
616
alternative_identifiers :
0 commit comments