diff options
author | Alec Warner <antarus@gentoo.org> | 2018-08-25 13:23:13 -0400 |
---|---|---|
committer | Alec Warner <antarus@gentoo.org> | 2018-08-25 13:23:13 -0400 |
commit | e7a58b767865665265c523c939bc3bb45361a36b (patch) | |
tree | 3d84bedb1e33cbefc8ee2bf86642fd02e83cacb2 /lib | |
parent | Turn off dynamic field detection. (diff) | |
download | packages-5-e7a58b767865665265c523c939bc3bb45361a36b.tar.gz packages-5-e7a58b767865665265c523c939bc3bb45361a36b.tar.bz2 packages-5-e7a58b767865665265c523c939bc3bb45361a36b.zip |
False instead of strict, strict is for types.dynamic2
Diffstat (limited to 'lib')
-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 ab80505..a1a2d93 100644 --- a/lib/kkuleomi/store.rb +++ b/lib/kkuleomi/store.rb @@ -29,7 +29,7 @@ module Kkuleomi::Store } } }, - index: { mapper: { dynamic: 'strict' } }, + index: { mapper: { dynamic: false } }, mapping: { total_fields: { limit: 50000 } } } |