elasticsearch obtain the missing data fields

With a head query: demo below

 

 

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

_search    post

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

 

Guess you like

Origin www.cnblogs.com/chenmz1995/p/10962539.html