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

Yonik Seeley commented on SOLR-1682:
------------------------------------

A group currently looks like this:

{code}
        {
          "groupValue":1,
          "matches":2,
          "docs":{"numFound":2,"start":0,"docs":[
              {
                "id":"F8V7067-APL-KIT",
                "price":19.95},
              {
                "id":"IW-02",
                "price":11.5}]
          }},
{code}

It looks fine in XML, but in JSON the representation of a doclist as "docs" 
itself as part of it (so now we have "docs" nested directly in "docs").  Should 
we change the name of that outer "docs" to something else?  "response", 
"matches", "topdocs","doclist", or just live with it?


> Implement CollapseComponent
> ---------------------------
>
>                 Key: SOLR-1682
>                 URL: https://issues.apache.org/jira/browse/SOLR-1682
>             Project: Solr
>          Issue Type: Sub-task
>          Components: search
>            Reporter: Martijn van Groningen
>            Assignee: Shalin Shekhar Mangar
>             Fix For: Next
>
>         Attachments: field-collapsing.patch, SOLR-1682.patch, 
> SOLR-1682.patch, SOLR-1682.patch, SOLR-1682.patch, SOLR-1682_prototype.patch, 
> SOLR-1682_prototype.patch, SOLR-1682_prototype.patch, SOLR-236.patch
>
>
> Child issue of SOLR-236. This issue is dedicated to field collapsing in 
> general and all its code (CollapseComponent, DocumentCollapsers and 
> CollapseCollectors). The main goal is the finalize the request parameters and 
> response format.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to