I am using python api - http://elasticsearch-py.readthedocs.org
How can I set change the index analyzer and tokenizer for the index? Thanks
I found suggestions to change the mapping of the index, but there was no documentation on how to do that from python.
Partial Search using Analyzer in ElasticSearch shows settings for n-gram-analyzer but no code to implement it in python.