From aac04da489be44ff3857f78c10ea4399a1d1c435 Mon Sep 17 00:00:00 2001 From: Frank Hansen Date: Tue, 15 Mar 2022 15:47:47 +0000 Subject: [PATCH] Bug 30280: Elasticsearch - Add 040f to Subject-heading-thesaurus-conventions (new) authority mapping index field (MARC21) This patch adds 040 $f to a new field Subject-heading-thesaurus-conventions authority index mapping. To test: 1) Apply patch 2) Reindex using rebuild_elasticsearch.pl -r If you don't have access to a terminal (in a sandbox for example) 2a) Go to Administration > Search engine configuration, click "Reset mappings" and confirm 2b) Then reindex Sponsored-by: Lund University Library, Sweden Signed-off-by: David Nind Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi --- admin/searchengine/elasticsearch/mappings.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/admin/searchengine/elasticsearch/mappings.yaml b/admin/searchengine/elasticsearch/mappings.yaml index 7602d408d2..33f36852eb 100644 --- a/admin/searchengine/elasticsearch/mappings.yaml +++ b/admin/searchengine/elasticsearch/mappings.yaml @@ -739,6 +739,15 @@ authorities: sort: ~ suggestible: '' type: '' + Subject-heading-thesaurus-conventions: + label: Subject-heading-thesaurus-conventions + mappings: + - facet: '' + marc_field: 040f + marc_type: marc21 + sort: ~ + suggestible: '' + type: '' authtype: label: authtype mappings: -- 2.39.5