ES query data for a field with no value

{ 
  "Query": { 
    "BOOL": { 
      "must_not": { 
        "EXISTS ": { 
          "Field": "there is no need to query field name value" 
        } 
      } 
    } 
  } 
}

 

Guess you like

Origin www.cnblogs.com/WPF0414/p/11445805.html