Browse Source

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.

Signed-off-by: Michal Denar <black23@gmail.com>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
remotes/origin/19.11.x
Ere Maijala 5 years ago
committed by Martin Renvoize
parent
commit
8a99d4adb2
Signed by: martin.renvoize GPG Key ID: 422B469130441A0F
  1. 1
      admin/searchengine/elasticsearch/index_config.yaml

1
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

Loading…
Cancel
Save