I would like to use date range query like the following :
{
"range" : {
"deadline" : {
"gte" : "2016-12-14",
}
}
}
My index contains empty values for deadline as well. I would like to get those null dated documents in search results along with the dates in range. How can I combine date range with "must_not" exist query in elastic 5.x