I have an embedded elasticsearch using the elasticsearch-jetty project, and I need to setup to use tokenizers better than the defaults. I want to use the keyword tokenizer.<
To update an existing index, use
$ curl -XPUT localhost:9200/testindex/_settings -d ' { .......... }
However you can't update non dynamic settings.