Browse Source

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>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
18.05.x
Fridolin Somers 8 years ago
committed by Jonathan Druart
parent
commit
6271f6c137
  1. 120
      admin/searchengine/elasticsearch/mappings.yaml

120
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:

Loading…
Cancel
Save