[
https://issues.apache.org/jira/browse/METRON-1482?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16391541#comment-16391541
]
ASF GitHub Bot commented on METRON-1482:
----------------------------------------
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"
]
}
```
> Update REST to work with Solr
> -----------------------------
>
> Key: METRON-1482
> URL: https://issues.apache.org/jira/browse/METRON-1482
> Project: Metron
> Issue Type: Sub-task
> Reporter: Ryan Merriman
> Assignee: Ryan Merriman
> Priority: Major
>
> Ambari should start REST with the correct Solr indexing jar on the classpath.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)