From 6e906f5d73e5a33d8a1b076a2bc7d6f17306ccf6 Mon Sep 17 00:00:00 2001 From: Fabian Steeg Date: Tue, 27 Sep 2022 14:01:50 +0200 Subject: [PATCH] Add RPB-specific fields to index mapping config See https://jira.hbz-nrw.de/browse/RPB-27 --- src/main/resources/index-config.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/main/resources/index-config.json b/src/main/resources/index-config.json index adcb82e97c..29781cad4a 100644 --- a/src/main/resources/index-config.json +++ b/src/main/resources/index-config.json @@ -290,6 +290,14 @@ "analyzer" : "id_analyzer", "type" : "text" }, + "rpbId" : { + "analyzer" : "id_analyzer", + "type" : "text" + }, + "biblioVinoId" : { + "analyzer" : "id_analyzer", + "type" : "text" + }, "subjectAltLabel": { "type": "text", "analyzer" : "german_analyzer",