Commit 11f82bc8 authored by Dylan Griffith's avatar Dylan Griffith
parent f523f7c6
......@@ -21,7 +21,7 @@ module Elastic
analyzer: {
default: {
tokenizer: 'standard',
filter: %w(standard lowercase my_stemmer)
filter: %w(lowercase my_stemmer)
},
my_ngram_analyzer: {
tokenizer: 'my_ngram_tokenizer',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment