{ "mappings" : { "properties": { "Artist": { "type": "text", "fields": { "raw": {"type": "keyword"} } }, "Album Artist": { "type": "text", "fields": { "raw": {"type": "keyword"} } }, "Album": { "type": "text", "fields": { "raw": {"type": "keyword"} } }, "Genre": { "type": "keyword" } } } }