GET index/type/_search
{
"query": {
"bool": {
"must_not": {
"exists": {
"field": "字段名"
}
}
}
}
}
index 索引名称
type 类型
GET index/type/_search
{
"query": {
"bool": {
"must": {
"exists": {
"field": "字段名"
}
}
}
}
}
index 索引名称
type 索引类型
1686

被折叠的 条评论
为什么被折叠?



