Bugzilla – Attachment 141391 Details for
Bug 31693
Remove non-existent fields from the See-also-from index (Elasticsearch, MARC21)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 31693 Remove non-existent fields from the See-also-from index (Elasticsearch, MARC21)
Bug-31693-Remove-non-existent-fields-from-the-See-.patch (text/plain), 3.14 KB, created by
Caroline Cyr La Rose
on 2022-10-05 16:24:30 UTC
(
hide
)
Description:
Bug 31693 Remove non-existent fields from the See-also-from index (Elasticsearch, MARC21)
Filename:
MIME Type:
Creator:
Caroline Cyr La Rose
Created:
2022-10-05 16:24:30 UTC
Size:
3.14 KB
patch
obsolete
>From a3cb47145f852b094a3025d32489bad591147522 Mon Sep 17 00:00:00 2001 >From: Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com> >Date: Wed, 5 Oct 2022 12:20:49 -0400 >Subject: [PATCH] Bug 31693 Remove non-existent fields from the See-also-from > index (Elasticsearch, MARC21) > >This patch removes fields from the See-from index that don't exist in >MARC21. > >The existing fields can be found here: https://www.loc.gov/marc/authority/ad5xx.html > >The following fields are removed: > >- 511$b >- 511$m >- 511$o >- 511$r >- 530$b >- 530$c >- 530$e >- 547$b >- 547$e >- 547$f >- 547$h >- 547$j >- 547$k >- 547$l >- 547$m >- 547$n >- 547$o >- 547$p >- 547$q >- 547$r >- 547$s >- 547$t >- 548$b >- 548$c >- 548$d >- 548$e >- 548$f >- 548$g >- 548$h >- 548$k >- 548$l >- 548$m >- 548$n >- 548$o >- 548$p >- 548$r >- 548$s >- 548$t >- 550$c >- 550$d >- 550$e >- 550$f >- 550$h >- 550$j >- 550$k >- 550$l >- 550$m >- 550$n >- 550$o >- 550$p >- 550$q >- 550$r >- 550$s >- 550$t >- 551$b >- 551$c >- 551$d >- 551$e >- 551$f >- 551$h >- 551$k >- 551$l >- 551$m >- 551$n >- 551$o >- 551$p >- 551$r >- 551$s >- 551$t >- 555$b >- 555$c >- 555$d >- 555$e >- 555$f >- 555$g >- 555$h >- 555$j >- 555$k >- 555$l >- 555$m >- 555$n >- 555$o >- 555$p >- 555$q >- 555$r >- 555$s >- 555$t >- 562$b >- 562$c >- 562$d >- 562$e >- 562$f >- 562$g >- 562$h >- 562$k >- 562$l >- 562$m >- 562$n >- 562$o >- 562$p >- 562$r >- 562$s >- 562$t > >Furthermore, the format of the mapping for 511 has been corrected. >--- > admin/searchengine/elasticsearch/mappings.yaml | 16 ++++++++-------- > 1 file changed, 8 insertions(+), 8 deletions(-) > >diff --git a/admin/searchengine/elasticsearch/mappings.yaml b/admin/searchengine/elasticsearch/mappings.yaml >index 7602d408d2..6f4749533a 100644 >--- a/admin/searchengine/elasticsearch/mappings.yaml >+++ b/admin/searchengine/elasticsearch/mappings.yaml >@@ -636,42 +636,42 @@ authorities: > sort: ~ > suggestible: '' > - facet: '' >- marc_field: 511a(bcdefghjklmnopqrstvxyz) >+ marc_field: 511(acdefghjklnpqstvxyz) > marc_type: marc21 > sort: ~ > suggestible: '' > - facet: '' >- marc_field: 530(abcdefghklmnoprstvxyz) >+ marc_field: 530(adfghklmnoprstvxyz) > marc_type: marc21 > sort: ~ > suggestible: '' > - facet: '' >- marc_field: 547(abcdefghjklmnopqrstvxyz) >+ marc_field: 547(acdgvxyz) > marc_type: marc21 > sort: ~ > suggestible: '' > - facet: '' >- marc_field: 548(abcdefghklmnoprstvxyz) >+ marc_field: 548(avxyz) > marc_type: marc21 > sort: ~ > suggestible: '' > - facet: '' >- marc_field: 550(abcdefghjklmnopqrstvxyz) >+ marc_field: 550(abgvxyz) > marc_type: marc21 > sort: ~ > suggestible: '' > - facet: '' >- marc_field: 551(abcdefghklmnoprstvxyz) >+ marc_field: 551(agvxyz) > marc_type: marc21 > sort: ~ > suggestible: '' > - facet: '' >- marc_field: 555(abcdefghjklmnopqrstvxyz) >+ marc_field: 555(avxyz) > marc_type: marc21 > sort: ~ > suggestible: '' > - facet: '' >- marc_field: 562(abcdefghklmnoprstvxyz) >+ marc_field: 562(avxyz) > marc_type: marc21 > sort: ~ > suggestible: '' >-- >2.25.1
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 31693
:
141389
|
141391
|
141584
|
142336