blob: d018360c480298cc44cf509ea871f50669c59044 [file] [log] [blame]
{
"test": {
"mappings": {
"properties": {
"k1": {
"type": "long"
},
"k2": {
"type": "keyword"
},
"k3": {
"type": "text",
"fields": {
"keyword": {
"type": "keyword"
}
}
}
}
}
}
}