Commit dcaa4c0955f460eef1e108c5c5f6738fed397e27
1 parent
94221799
Exists in
master
and in
19 other branches
Removed unneeded line [skip ci]
Showing
1 changed file
with
0 additions
and
2 deletions
Show diff stats
lib/searchkick/index_options.rb
... | ... | @@ -288,8 +288,6 @@ module Searchkick |
288 | 288 | dynamic_fields["{name}"] = {type: default_type, index: "no"} |
289 | 289 | end |
290 | 290 | |
291 | - dynamic_fields["{name}"][:ignore_above] = (options[:ignore_above] || 256) unless below22 | |
292 | - | |
293 | 291 | unless options[:searchable] |
294 | 292 | if options[:match] && options[:match] != :word |
295 | 293 | dynamic_fields[options[:match]] = {type: default_type, index: "analyzed", analyzer: "searchkick_#{options[:match]}_index"} | ... | ... |