[jira] [Updated] (METRON-1577) Solr searches don't include the index of the result

2018-09-05 Thread Justin Leet (JIRA)


 [ 
https://issues.apache.org/jira/browse/METRON-1577?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Justin Leet updated METRON-1577:

Fix Version/s: 0.6.0

> Solr searches don't include the index of the result
> ---
>
> Key: METRON-1577
> URL: https://issues.apache.org/jira/browse/METRON-1577
> Project: Metron
>  Issue Type: Sub-task
>Reporter: Ryan Merriman
>Assignee: Ryan Merriman
>Priority: Major
> Fix For: 0.6.0
>
>
> For example
> {code:java}
> { 
>   "total": 370, 
>   "results": [
> { 
>   "id": "1dcf6e7e-9d16-477b-990e-e734bd400101",
>   "source": 
> { 
>   "guid": "1dcf6e7e-9d16-477b-990e-e734bd400101" 
> }, 
>   "score": 0, 
>   "index": null 
> } 
>   ], 
>   "facetCounts": null 
> }{code}
> We should also make sure that any other endpoints (if there are any) that 
> return index, are populated properly.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (METRON-1577) Solr searches don't include the index of the result

2018-05-24 Thread Ryan Merriman (JIRA)

 [ 
https://issues.apache.org/jira/browse/METRON-1577?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ryan Merriman updated METRON-1577:
--
Issue Type: Sub-task  (was: Bug)
Parent: METRON-1416

> Solr searches don't include the index of the result
> ---
>
> Key: METRON-1577
> URL: https://issues.apache.org/jira/browse/METRON-1577
> Project: Metron
>  Issue Type: Sub-task
>Reporter: Ryan Merriman
>Assignee: Ryan Merriman
>Priority: Major
>
> For example
> {code:java}
> { 
>   "total": 370, 
>   "results": [
> { 
>   "id": "1dcf6e7e-9d16-477b-990e-e734bd400101",
>   "source": 
> { 
>   "guid": "1dcf6e7e-9d16-477b-990e-e734bd400101" 
> }, 
>   "score": 0, 
>   "index": null 
> } 
>   ], 
>   "facetCounts": null 
> }{code}
> We should also make sure that any other endpoints (if there are any) that 
> return index, are populated properly.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)