From 2bf4f242e0b0ee611243fc30c08ab9abdb5dc54c Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Tue, 4 Jun 2019 16:53:07 -0700 Subject: [PATCH] Less space [skip ci] --- lib/searchkick/index_options.rb | 1 - 1 file changed, 0 insertions(+), 1 deletion(-) diff --git a/lib/searchkick/index_options.rb b/lib/searchkick/index_options.rb index b83360a..b9bd389 100644 --- a/lib/searchkick/index_options.rb +++ b/lib/searchkick/index_options.rb @@ -23,7 +23,6 @@ module Searchkick settings = options[:settings] || {} mappings = custom_mapping else - default_type = "text" default_analyzer = :searchkick_index keyword_mapping = {type: "keyword"} -- libgit2 0.21.0