I'm trying to run the following query from the Java API:
"query": { "bool" : { "must" : [ { "field" : { "space-time-id.timestamp" : "2014-03-17T16:57:47.136-07:00" } } ] } }
This is not possible because the colon (which are special characters) matters. Can anyone point me in the Java API, which avoids these characters?
source share