bitemyapp / bloodhound

Haskell Elasticsearch client and query DSL
bitemyapp.com
BSD 3-Clause "New" or "Revised" License
424 stars 118 forks source link

Supporting analysis setting #210

Open andrewthad opened 7 years ago

andrewthad commented 7 years ago

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.