query to elasticsearch for find null fields
GET /_search { "query": { "bool": { "must_not": { "exists": { "field": "name" } } } } }