查询条件

{"from": 0,
                   "size": 800,
                "query": {
                    "bool": {
                        "must": [{
                            "term": {
                                "screen_id": screen_id
                            }
                        }
                        ],
                        "filter":{
                            "range": {
                                "timestamp": {
                                    "gte": timestamp1,
                                    "lte": timestamp2
                                }
                            }
                        }
                    }
                }
            }
上一篇:PHP — php精粹-编写高效的php代码 --- API


下一篇:程序员的十大经典口头禅你知道吗