使用秒的映射定义:
"time": {
"type": "date",
"store": "yes",
"format": "yyyy/MM/dd HH:mm:ss",
"index": "analyzed"
},
时间字段按“desc”和“asc”正确排序
但是我们需要毫秒级的精度
"time": {
"type": "date",
"store": "yes",
"format": "yyyy/MM/dd HH:mm:ss.SSS",
"index": "analyzed"
},
然后奇怪的是,“asc”上的排序返回排序顺序,而“desc”上的排序返回正确的毫秒顺序