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 23 settings = options[:settings] || {}
24 24 mappings = custom_mapping
25 25 else
26   -
27 26 default_type = "text"
28 27 default_analyzer = :searchkick_index
29 28 keyword_mapping = {type: "keyword"}
... ...