如何在日期或时间范围内进行搜索

时间:2019-07-08 11:38:56

标签: elasticsearch date-range

我想为一些本地商店创建新的数据模型,该对象将存储季节性(开放日期,关闭日期)和(开放时间,关闭时间)

我需要这样存储数据

9999/12/31

我现在要检查开业商店(当前日期/时间是:“ 2019-07-08 11:36:51”)

1 个答案:

答案 0 :(得分:0)

尝试

    "open_date": {
        "from": "now/d", 
        "to": "now/d"
    },
    "open_time": {
        "from": "now/s", 
        "to": "now/s" 
    }