[ 
https://issues.apache.org/jira/browse/SOLR-1845?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12849685#action_12849685
 ] 

Yonik Seeley commented on SOLR-1845:
------------------------------------

Remember to check the JSON output for new request handlers!

We currently have this:
{code}
 "terms":[
  "features",[
{code}

But it should be this:
{code}
 "terms": {
  "features" : [
{code}


> terms component response format uses list instead of map
> --------------------------------------------------------
>
>                 Key: SOLR-1845
>                 URL: https://issues.apache.org/jira/browse/SOLR-1845
>             Project: Solr
>          Issue Type: Bug
>    Affects Versions: 1.4
>            Reporter: Yonik Seeley
>             Fix For: 3.1
>
>
> The terms component uses a named list instead of simple ordered map for it's 
> top-level data structure.
> Access by name is more important, so it should be a map.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to