【发布时间】:2021-12-14 10:06:13
【问题描述】:
我不知道我的索引是否启用/禁用了动态字段。当我使用 get index mapping 命令时,它只会响应这些信息:
GET /my_index1/_mapping
{
"my_index1": {
"mappings": {
"properties": {
"goodsName": {
"fields": {
"keyword": {
"ignore_above": 256,
"type": "keyword"
}
},
"type": "text"
},
"auditTime": {
"type": "long"
},
"createUserId": {
"type": "long"
}
}
}
}
}
【问题讨论】:
标签: elasticsearch mapping