Commit 2bf4f242e0b0ee611243fc30c08ab9abdb5dc54c
1 parent
ae687b3e
Exists in
master
and in
17 other branches
Less space [skip ci]
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
lib/searchkick/index_options.rb
@@ -23,7 +23,6 @@ module Searchkick | @@ -23,7 +23,6 @@ module Searchkick | ||
23 | settings = options[:settings] || {} | 23 | settings = options[:settings] || {} |
24 | mappings = custom_mapping | 24 | mappings = custom_mapping |
25 | else | 25 | else |
26 | - | ||
27 | default_type = "text" | 26 | default_type = "text" |
28 | default_analyzer = :searchkick_index | 27 | default_analyzer = :searchkick_index |
29 | keyword_mapping = {type: "keyword"} | 28 | keyword_mapping = {type: "keyword"} |