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