这个date字段类型为text , 例如: 2001-12-01 12:01:01 这种格式properties": {"date": {
"type": "text",
"fields": {
"keyword": {
"ignore_above": 256,
"type": "keyword"
}
}
}
我想用这个字段聚合到 day , month ,或者year 。如何实现呢 ? mysql里有个 substr,但不知道es有什么?
"type": "text",
"fields": {
"keyword": {
"ignore_above": 256,
"type": "keyword"
}
}
}
我想用这个字段聚合到 day , month ,或者year 。如何实现呢 ? mysql里有个 substr,但不知道es有什么?
1 个回复
napoay
赞同来自: