'mappings': {
'my_type': {
'properties': {
'brand': {
'type': 'string',
'fields': {
'keyword': {
'type': 'string'
}
}
}
}
}
}