【发布时间】:2017-03-02 12:38:24
【问题描述】:
我正在尝试创建弹性映射
{
"mappings": {
"calls" : {
"properties":
{
agent_id: {"type" : "string",
"index": "not_analyzed",
"fielddata": true}
}
}
}
}
但我收到以下错误:
[mapper_parsing_exception] [agent_id] 的映射定义具有不受支持的参数:[fielddata : true]
【问题讨论】:
标签: elasticsearch