Matching documents with non-null valuesΒΆ GET /products/_search { "query": { "exists": { "field": "tags" } } }