ElasticSearch lets users create their own analyzers. Currently, bloodhound does not support doing this. I have a PR to add very minimal support for this. At the moment, it just lets you make an analyzer with the ngram tokenizer. It's unlikely that I'll do more work on it anytime soon, but I thought I'd put it up here in case anyone wants to finish building it out.
ElasticSearch lets users create their own analyzers. Currently, bloodhound does not support doing this. I have a PR to add very minimal support for this. At the moment, it just lets you make an analyzer with the ngram tokenizer. It's unlikely that I'll do more work on it anytime soon, but I thought I'd put it up here in case anyone wants to finish building it out.