Return-Path: Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: (qmail 6459 invoked from network); 17 Aug 2010 14:46:03 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 17 Aug 2010 14:46:03 -0000 Received: (qmail 19431 invoked by uid 500); 17 Aug 2010 14:46:02 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 19160 invoked by uid 500); 17 Aug 2010 14:46:00 -0000 Mailing-List: contact dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list dev@lucene.apache.org Received: (qmail 19153 invoked by uid 99); 17 Aug 2010 14:45:59 -0000 Received: from Unknown (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Aug 2010 14:45:59 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Aug 2010 14:45:42 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o7HEjKRK001943 for ; Tue, 17 Aug 2010 14:45:20 GMT Message-ID: <9069601.394561282056320748.JavaMail.jira@thor> Date: Tue, 17 Aug 2010 10:45:20 -0400 (EDT) From: "Yonik Seeley (JIRA)" To: dev@lucene.apache.org Subject: [jira] Commented: (SOLR-1682) Implement CollapseComponent MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ 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-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org