Re: stopword syntax with custom analyzer

2014-12-18 Thread Alix Martin
Gist link is https://gist.github.com/Alix-Martin/7186e38459e88a474e13 -- 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+unsubscr...@googlegroups.com

stopword syntax with custom analyzer

2014-12-18 Thread Alix Martin
Hi ! I tried to define a stopword list for my custom analyzer like this : "analysis" : { "tokenizer" : { "host_tokenizer" : { "type": "pattern", "pattern": "[a-zA-Z0-9]+", "group": 0 } }, "analyzer" : {