Elasticsearch - Index Management
You wrote this JSON to create an index:
Why are the mappings not applied?
{ "settings": { "number_of_shards": 1, "number_of_replicas": 1 }, "mapping": { "properties": { "name": { "type": "keyword" } } } }Why are the mappings not applied?
