aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2018-02-21 13:35:48 -0800
committerRobin H. Johnson <robbat2@gentoo.org>2018-02-21 13:36:19 -0800
commita644580bc647931e13157c06155b411182b1fc39 (patch)
treed37a7d31d40c63843b56e7fdcfd4426708853fb9 /lib
parentPush the size param into the aggregation part. (diff)
downloadpackages-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>
Diffstat (limited to 'lib')
-rw-r--r--lib/kkuleomi/store.rb2
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.