Bugzilla – Attachment 73461 Details for
Bug 17373
Elasticsearch - Authority mappings for UNIMARC
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 17373 - Elasticsearch - Authority mappings for UNIMARC - patch1
Bug-17373---Elasticsearch---Authority-mappings-for.patch (text/plain), 4.20 KB, created by
Nick Clemens (kidclamp)
on 2018-03-30 10:53:53 UTC
(
hide
)
Description:
Bug 17373 - Elasticsearch - Authority mappings for UNIMARC - patch1
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2018-03-30 10:53:53 UTC
Size:
4.20 KB
patch
obsolete
>From 80e7f079d5c7b61e6d6bbad88a972e1a27496e7d Mon Sep 17 00:00:00 2001 >From: Koha <koha@localhost> >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 <nicolas.legrand@bulac.fr> > >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> >--- > 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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 17373
:
56317
|
72719
|
72779
|
72780
|
72781
|
72798
|
73461
|
73462
|
73674
|
73675