Specifying and using a NGramTokenizer with the C# NEST client for Elastic Search
问题 Updated to show a working sample I am trying to do a partial search on a collection of usernames in ElasticSearch. Searching around has pointed me in the nGram Tokenizer direction but I am stumped at proper implementation and fail to get any results. This is the the relevant code stripped from the project I'm working on. I have tried different combinations and search types to no avail. setup.cs var client = new ElasticClient(settings.ConnectionSettings); // (Try and) Setup the nGram tokenizer