blob: 1a002bd2db799c5354f4532095f3fae8a62a30f0 [file] [log] [blame]
{
"test": {
"mappings": {
"properties": {
"k1": {
"type": "long"
},
"k2": {
"type": "keyword"
},
"k3": {
"type": "text",
"fields": {
"ik": {
"type": "text",
"analyzer": "ik_max_word"
}
}
}
}
}
}
}