Commit ea84506f6de9cb89f0ac0ae970debb475c9cece8
1 parent
1f3ab4df
Exists in
master
and in
21 other branches
remove duplicate suggest analyzer at reindex
Showing
1 changed file
with
0 additions
and
5 deletions
Show diff stats
lib/searchkick/reindex.rb
... | ... | @@ -127,11 +127,6 @@ module Searchkick |
127 | 127 | tokenizer: "standard", |
128 | 128 | filter: ["lowercase", "asciifolding", "searchkick_suggest_shingle"] |
129 | 129 | }, |
130 | - searchkick_suggest_index: { | |
131 | - type: "custom", | |
132 | - tokenizer: "standard", | |
133 | - filter: ["lowercase", "asciifolding", "searchkick_suggest_shingle"] | |
134 | - }, | |
135 | 130 | searchkick_text_start_index: { |
136 | 131 | type: "custom", |
137 | 132 | tokenizer: "keyword", | ... | ... |