Bugzilla – Attachment 86058 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.12 KB, created by
Josef Moravec
on 2019-03-05 11:54:20 UTC
(
hide
)
Description:
Bug 22256: Fix llength mapping in Elasticsearch
Filename:
MIME Type:
Creator:
Josef Moravec
Created:
2019-03-05 11:54:20 UTC
Size:
1.12 KB
patch
obsolete
>From 2931b98f6ce1a595181c71e6a62ff519a9a1c563 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 > >Signed-off-by: Josef Moravec <josef.moravec@gmail.com> >--- > 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 86b1b07cf3..0b1d474732 100644 >--- a/admin/searchengine/elasticsearch/mappings.yaml >+++ b/admin/searchengine/elasticsearch/mappings.yaml >@@ -2581,12 +2581,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.11.0
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