{ "query": { "bool": { "must_not": { "exists": { "field": “需要查询没有值的字段名称" } } } } }
ES查询某个字段没有值的数据
原文:https://www.cnblogs.com/WPF0414/p/11445805.html