0
我想創建彈性映射無法創建Elasticsearch映射
{
"mappings": {
"calls" : {
"properties":
{
agent_id: {"type" : "string",
"index": "not_analyzed",
"fielddata": true}
}
}
}
}
但我收到以下錯誤:
[mapper_parsing_exception] Mapping definition for [agent_id] has unsupported parameters: [fielddata : true]