Bugzilla – Attachment 87902 Details for
Bug 21357
Filter elisions from index and search terms in Elasticsearch
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 21357: Add uppercase articles to the elision filter
Bug-21357-Add-uppercase-articles-to-the-elision-fi.patch (text/plain), 1.03 KB, created by
Ere Maijala
on 2019-04-12 12:45:38 UTC
(
hide
)
Description:
Bug 21357: Add uppercase articles to the elision filter
Filename:
MIME Type:
Creator:
Ere Maijala
Created:
2019-04-12 12:45:38 UTC
Size:
1.03 KB
patch
obsolete
>From 4bc8fb987ef08cab2350ff09918ad4f4f144687f Mon Sep 17 00:00:00 2001 >From: Ere Maijala <ere.maijala@helsinki.fi> >Date: Fri, 12 Apr 2019 15:44:38 +0300 >Subject: [PATCH] Bug 21357: Add uppercase articles to the elision filter > >--- > admin/searchengine/elasticsearch/index_config.yaml | 9 +++++++++ > 1 file changed, 9 insertions(+) > >diff --git a/admin/searchengine/elasticsearch/index_config.yaml b/admin/searchengine/elasticsearch/index_config.yaml >index f47fb22ad0..43d265bc36 100644 >--- a/admin/searchengine/elasticsearch/index_config.yaml >+++ b/admin/searchengine/elasticsearch/index_config.yaml >@@ -46,14 +46,23 @@ index: > type: elision > articles: > - 'c' >+ - 'C' > - 'd' >+ - 'D' > - 'j' >+ - 'J' > - 'l' >+ - 'L' > - 'm' >+ - 'M' > - 'n' >+ - 'N' > - 'qu' >+ - 'QU' > - 's' >+ - 'S' > - 't' >+ - 'T' > apostrophe: > type: pattern_replace > pattern: "'" >-- >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 21357
:
78889
|
79375
|
79564
|
86670
|
87901
|
87902
|
90191
|
98169
|
98244
|
98245
|
98246
|
101305
|
101306
|
101307
|
101309
|
101310
|
101311