Hello,
I am using ES 6.6.0 version.
I have two indices, both the indices have the fallowing field :
"ts": {
"type": "date"
}
able to query from one index and not from the other.
If i execute the below query through ES curl API then it works but it is not working when i execute the same query through java client API
{ "range": { "ts": { "from": 1559001262497, "to": 1559009262497, "include_lower": true, "include_upper": true, "boost": 1.0 } } }
Please suggest what could be the reason
Thanks
Yamuna
