Hi there,
The following works for me (searching for 'testing' also returns fields
with 'test'): index : analysis : analyzer : default : type : snowball
language : english when set up in my elasticsearch.yml file .
I want to combine this with the soundex I have installed so I have tried
this :
index : analysis : analyzer : default : type : custom tokenizer : standard
filter : [standard, lowercase, soundex_filter, stemming] filter :
soundex_filter : type : phonetic encoder : soundex replace : true stemming
: type : snowball language : english
but no success, none of them seems to work (no stemming or soundex hits)
Anybody had any success at combining filters ?
--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/84b79034-8d3f-4d66-b221-6e3dcb47d20b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.