DefaultIndexSettings
Overrides the Elasticsearch default index settings. For example you can use the simple analyzer instead of the standard analyzer as default: { "settings": { "analysis": { "analyzer": { "default": { "type": "simple" } } } } }
Possible values:
Default value: