Bugzilla – Attachment 87437 Details for
Bug 22258
Elasticsearch - full record is not indexed in plain text
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 22258: Increase Elasticsearch maximum field count to 10000
Bug-22258-Increase-Elasticsearch-maximum-field-cou.patch (text/plain), 1004 bytes, created by
Ere Maijala
on 2019-04-05 07:31:53 UTC
(
hide
)
Description:
Bug 22258: Increase Elasticsearch maximum field count to 10000
Filename:
MIME Type:
Creator:
Ere Maijala
Created:
2019-04-05 07:31:53 UTC
Size:
1004 bytes
patch
obsolete
>From 5cec20a0b1a640e2cf2126b371b270b2f249f79f Mon Sep 17 00:00:00 2001 >From: Ere Maijala <ere.maijala@helsinki.fi> >Date: Fri, 5 Apr 2019 10:29:42 +0300 >Subject: [PATCH] Bug 22258: Increase Elasticsearch maximum field count to > 10000 > >Increases maximum field count from the default 1000 to 10000 to accommodate large records and MARC as an array. >--- > admin/searchengine/elasticsearch/index_config.yaml | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/admin/searchengine/elasticsearch/index_config.yaml b/admin/searchengine/elasticsearch/index_config.yaml >index dce27bc4fa..4b8627b862 100644 >--- a/admin/searchengine/elasticsearch/index_config.yaml >+++ b/admin/searchengine/elasticsearch/index_config.yaml >@@ -35,3 +35,4 @@ index: > # The pattern contains all ASCII punctuation characters. > pattern: '([\x00-\x1F,\x21-\x2F,\x3A-\x40,\x5B-\x60,\x7B-\x89,\x8B,\x8D,\x8F,\x90-\x99,\x9B,\x9D,\xA0-\xBF,\xD7,\xF7])' > replacement: '' >+index.mapping.total_fields.limit: 10000 >-- >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 22258
:
85158
|
87436
|
87437
|
87440
|
87441
|
92451
|
92452