Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR TYPESCRIPT

must_not exists elastic search

GET /_search
{
  "query": {
    "bool": {
      "must_not": {
        "exists": {
          "field": "user.id"
        }
      }
    }
  }
}
Source by www.elastic.co #
 
PREVIOUS NEXT
Tagged: #exists #elastic #search
ADD COMMENT
Topic
Name
9+5 =