Bugzilla – Attachment 84630 Details for
Bug 22256
llength mapping wrong in default Elasticsearch mappings
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 22256: Fix llength mapping in Elasticsearch
Bug-22256-Fix-llength-mapping-in-Elasticsearch.patch (text/plain), 1.07 KB, created by
Ere Maijala
on 2019-02-01 15:24:32 UTC
(
hide
)
Description:
Bug 22256: Fix llength mapping in Elasticsearch
Filename:
MIME Type:
Creator:
Ere Maijala
Created:
2019-02-01 15:24:32 UTC
Size:
1.07 KB
patch
obsolete
>From 80dad8f2b4ea8fb33ea6a68fbe6bf19c0e24854d Mon Sep 17 00:00:00 2001 >From: Ere Maijala <ere.maijala@helsinki.fi> >Date: Fri, 1 Feb 2019 15:04:03 +0200 >Subject: [PATCH] Bug 22256: Fix llength mapping in Elasticsearch > >Test plan: >1. Reset mappings >2. Index records >3. Check that in Elasticsearch the correct length information is stored in llength >--- > admin/searchengine/elasticsearch/mappings.yaml | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/admin/searchengine/elasticsearch/mappings.yaml b/admin/searchengine/elasticsearch/mappings.yaml >index 5c04f2eeef..88f4b14968 100644 >--- a/admin/searchengine/elasticsearch/mappings.yaml >+++ b/admin/searchengine/elasticsearch/mappings.yaml >@@ -2316,12 +2316,12 @@ biblios: > label: llength > mappings: > - facet: '' >- marc_field: leader_/1-5 >+ marc_field: leader_/0-4 > marc_type: marc21 > sort: ~ > suggestible: '' > - facet: '' >- marc_field: leader_/1-5 >+ marc_field: leader_/0-4 > marc_type: normarc > sort: ~ > suggestible: '' >-- >2.17.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 22256
:
84609
|
84630
|
86058