elasticsearch获取字段missing的数据

用head查询: demo如下

 

 

http://localhost:9200/sj_0505/lw_point_location/

_search    post

{
    "query": {
        "bool": {
            "must_not": {
                "exists": {
                    "field": "wifi_point_unid"
                }
            }
        }
    }
}

 

posted @ 2019-06-02 12:35  护花使者  Views(1588)  Comments(0Edit  收藏  举报