From df6c952ec1eafaaf149cba3f1081ce7c3304503b Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Mon, 5 Aug 2013 23:38:53 -0700 Subject: [PATCH] Removed extra space --- lib/searchkick/reindex.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/searchkick/reindex.rb b/lib/searchkick/reindex.rb index b021f26..5338cd8 100644 --- a/lib/searchkick/reindex.rb +++ b/lib/searchkick/reindex.rb @@ -118,7 +118,7 @@ module Searchkick # http://elasticsearch-users.115913.n3.nabble.com/synonym-multi-words-search-td4030811.html # I find the following approach effective if you are doing multi-word synonyms (synonym phrases): # - Only apply the synonym expansion at index time - # - Don't have the synonym filter applied search + # - Don't have the synonym filter applied search # - Use directional synonyms where appropriate. You want to make sure that you're not injecting terms that are too general. settings[:analysis][:analyzer][:default_index][:filter].insert(4, "searchkick_synonym") settings[:analysis][:analyzer][:default_index][:filter] << "searchkick_synonym" -- libgit2 0.21.0