Return-Path: X-Original-To: apmail-lucene-solr-user-archive@minotaur.apache.org Delivered-To: apmail-lucene-solr-user-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5C7FF9FCC for ; Thu, 2 Feb 2012 12:20:00 +0000 (UTC) Received: (qmail 39074 invoked by uid 500); 2 Feb 2012 12:19:56 -0000 Delivered-To: apmail-lucene-solr-user-archive@lucene.apache.org Received: (qmail 38972 invoked by uid 500); 2 Feb 2012 12:19:55 -0000 Mailing-List: contact solr-user-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: solr-user@lucene.apache.org Delivered-To: mailing list solr-user@lucene.apache.org Received: (qmail 38964 invoked by uid 99); 2 Feb 2012 12:19:55 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Feb 2012 12:19:55 +0000 X-ASF-Spam-Status: No, hits=2.0 required=5.0 tests=SPF_NEUTRAL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [216.139.236.26] (HELO sam.nabble.com) (216.139.236.26) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Feb 2012 12:19:48 +0000 Received: from ben.nabble.com ([192.168.236.152]) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1RsvdQ-0005CT-3E for solr-user@lucene.apache.org; Thu, 02 Feb 2012 04:19:28 -0800 Date: Thu, 2 Feb 2012 04:19:28 -0800 (PST) From: "tamanjit.bindra@yahoo.co.in" To: solr-user@lucene.apache.org Message-ID: <1328185168091-3709681.post@n3.nabble.com> In-Reply-To: <1327917899604-3699595.post@n3.nabble.com> References: <1327853503784-3697685.post@n3.nabble.com> <1327853821345-3697693.post@n3.nabble.com> <1327856118975-3697746.post@n3.nabble.com> <1327856803724-3697773.post@n3.nabble.com> <1327901230188-3699161.post@n3.nabble.com> <1327917899604-3699595.post@n3.nabble.com> Subject: Re: Which patch 236 to choose for collapse - Solr 3.5 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org I tried using grouping. Actually what works for me is group.main=true. However there is an issue. Collapsing, as in the earlier version when it returned docs, it gave a count of number of docs returned post collapsing. But I could not find a similar feature in grouping.. For eg. if before grouping I got 42 docs and they were put into 5 groups, I only get result count as 42 and not 5. This however was supported in collapse. Any work around for this? -- View this message in context: http://lucene.472066.n3.nabble.com/Which-patch-236-to-choose-for-collapse-Solr-3-5-tp3697685p3709681.html Sent from the Solr - User mailing list archive at Nabble.com.