Commit 2bf4f242e0b0ee611243fc30c08ab9abdb5dc54c

Authored by Andrew Kane
1 parent ae687b3e

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"}