Custom analyzer elasticsearch soundex plus snowball Custom analyzer elasticsearch soundex plus snowball elasticsearch elasticsearch

Custom analyzer elasticsearch soundex plus snowball


for those interested, here is the right syntaxindex : analysis : analyzer : default : type : custom tokenizer : standard filter : [standard, lowercase, stemming_filter, soundex_filter] filter : soundex_filter : type : phonetic encoder : soundex replace : false stemming_filter : type : snowball language : English

replace true was somehow overriding the stemming...