es中预先创建了mapping,其中有多值字段,结构为:
"ADDITION_CATALOG_CONCATA": {
"properties": {
"value": {
"type": "string",
"index": "not_analyzed",
"include_in_all": false
}
}
},
在spark-sql通过es-hadoop写es时,写包含多值字段的索引都会报错。该怎么处理?
"ADDITION_CATALOG_CONCATA": {
"properties": {
"value": {
"type": "string",
"index": "not_analyzed",
"include_in_all": false
}
}
},
在spark-sql通过es-hadoop写es时,写包含多值字段的索引都会报错。该怎么处理?
1 个回复
joeywen
赞同来自: