Github user justinleet commented on the issue:
https://github.com/apache/metron/pull/957
I'm unable to get a fairly basic query working. A matching doc exists,
based on querying solr directly. I assume I'm doing something obviously wrong
here?
```
{
"fields": [
"*"
],
"from": 0,
"indices": [
"bro"
],
"query": "adapter.threatinteladapter.end.ts:1520528353609"
]
}
```---
