diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2018-02-21 13:35:48 -0800 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2018-02-21 13:36:19 -0800 |
commit | a644580bc647931e13157c06155b411182b1fc39 (patch) | |
tree | d37a7d31d40c63843b56e7fdcfd4426708853fb9 | |
parent | Push the size param into the aggregation part. (diff) | |
download | packages-5-a644580bc647931e13157c06155b411182b1fc39.tar.gz packages-5-a644580bc647931e13157c06155b411182b1fc39.tar.bz2 packages-5-a644580bc647931e13157c06155b411182b1fc39.zip |
kkuleomi/store: bump field limit.v6.0.3
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
-rw-r--r-- | lib/kkuleomi/store.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kkuleomi/store.rb b/lib/kkuleomi/store.rb index 150a64f..e5fc169 100644 --- a/lib/kkuleomi/store.rb +++ b/lib/kkuleomi/store.rb @@ -29,7 +29,7 @@ module Kkuleomi::Store } } }, - mapping: { total_fields: { limit: 25000 } } + mapping: { total_fields: { limit: 50000 } } } # In ES 1.5, we could use 1 mega-index. But in ES6, each model needs its own. |