From 24febeb3ee7090d2d94c859f1d09570936d3dae8 Mon Sep 17 00:00:00 2001 From: Koha Date: Thu, 13 Oct 2016 09:45:40 +0200 Subject: [PATCH] Bug 17373 - Elasticsearch - Authority mappings for UNIMARC - patch1 This patch starts the UNIMARC mapping for ES. It is needed to test. More patches will come. Signed-off-by: Nicolas Legrand --- admin/searchengine/elasticsearch/mappings.yaml | 120 +++++++++++++++++++++++++ 1 file changed, 120 insertions(+) diff --git a/admin/searchengine/elasticsearch/mappings.yaml b/admin/searchengine/elasticsearch/mappings.yaml index 25a1cc7..5ff3938 100644 --- a/admin/searchengine/elasticsearch/mappings.yaml +++ b/admin/searchengine/elasticsearch/mappings.yaml @@ -65,6 +65,61 @@ authorities: marc_type: normarc sort: ~ suggestible: '' + - facet: '' + marc_field: 200abcdfgjxyz + marc_type: unimarc + sort: ~ + suggestible: '' + - facet: '' + marc_field: 210abcdefghjxyz + marc_type: unimarc + sort: ~ + suggestible: '' + - facet: '' + marc_field: 215ajxyz + marc_type: unimarc + sort: ~ + suggestible: '' + - facet: '' + marc_field: 216afcjxyz + marc_type: unimarc + sort: ~ + suggestible: '' + - facet: '' + marc_field: 220afjxyz + marc_type: unimarc + sort: ~ + suggestible: '' + - facet: '' + marc_field: 230abhijklmnqrsuwxyz + marc_type: unimarc + sort: ~ + suggestible: '' + - facet: '' + marc_field: 235abejkmrsuwxyz + marc_type: unimarc + sort: ~ + suggestible: '' + - facet: '' + marc_field: 240atjxyz + marc_type: unimarc + sort: ~ + suggestible: '' + - facet: '' + marc_field: 250ajxyz + marc_type: unimarc + sort: ~ + suggestible: '' + - facet: '' + marc_field: 260abcdjxyz + marc_type: unimarc + sort: ~ + suggestible: '' + - facet: '' + marc_field: 280ajxyz + marc_type: unimarc + sort: ~ + suggestible: '' type: '' Heading-Main: label: Heading-Main @@ -89,6 +144,61 @@ authorities: marc_type: normarc sort: ~ suggestible: '' + - facet: '' + marc_field: 200a + marc_type: unimarc + sort: 1 + suggestible: '' + - facet: '' + marc_field: 210a + marc_type: unimarc + sort: 1 + suggestible: '' + - facet: '' + marc_field: 215a + marc_type: unimarc + sort: 1 + suggestible: '' + - facet: '' + marc_field: 216a + marc_type: unimarc + sort: 1 + suggestible: '' + - facet: '' + marc_field: 220a + marc_type: unimarc + sort: 1 + suggestible: '' + - facet: '' + marc_field: 230a + marc_type: unimarc + sort: 1 + suggestible: '' + - facet: '' + marc_field: 235a + marc_type: unimarc + sort: 1 + suggestible: '' + - facet: '' + marc_field: 240a + marc_type: unimarc + sort: 1 + suggestible: '' + - facet: '' + marc_field: 250a + marc_type: unimarc + sort: 1 + suggestible: '' + - facet: '' + marc_field: 260a + marc_type: unimarc + sort: 1 + suggestible: '' + - facet: '' + marc_field: 280a + marc_type: unimarc + sort: 1 + suggestible: '' type: '' Heading-use-main-or-added-entry: label: Heading-use-main-or-added-entry @@ -173,6 +283,11 @@ authorities: marc_type: normarc sort: ~ suggestible: '' + - facet: '' + marc_field: '001' + marc_type: unimarc + sort: ~ + suggestible: '' type: string Match: label: Match @@ -537,6 +652,11 @@ authorities: marc_type: normarc sort: ~ suggestible: '' + - facet: '' + marc_field: 152b + marc_type: unimarc + sort: ~ + suggestible: '' type: '' biblios: Host-Item-Number: -- 2.1.4