Commit 14dc8592374d1de3e3b5b5526053cedc3b2ad035

Authored by Andrew Kane
2 parents 1f3ab4df ea84506f

Merge pull request #195 from kahirul/master

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",
... ...