码迷,mamicode.com
首页 > 其他好文 > 详细

elasticsearch获取字段missing的数据

时间:2019-06-02 13:00:42      阅读:126      评论:0      收藏:0      [点我收藏+]

标签:not   class   location   bool   wifi   host   sts   bsp   elastic   

用head查询: demo如下

技术图片

 

 

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

_search    post

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

 

elasticsearch获取字段missing的数据

标签:not   class   location   bool   wifi   host   sts   bsp   elastic   

原文地址:https://www.cnblogs.com/chenmz1995/p/10962539.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!