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