Return-Path: Delivered-To: apmail-lucene-solr-user-archive@minotaur.apache.org Received: (qmail 94604 invoked from network); 11 Feb 2011 05:19:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 11 Feb 2011 05:19:12 -0000 Received: (qmail 48098 invoked by uid 500); 11 Feb 2011 05:19:09 -0000 Delivered-To: apmail-lucene-solr-user-archive@lucene.apache.org Received: (qmail 47779 invoked by uid 500); 11 Feb 2011 05:19:05 -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 47755 invoked by uid 99); 11 Feb 2011 05:19:04 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Feb 2011 05:19:04 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of billnbell@gmail.com designates 209.85.213.48 as permitted sender) Received: from [209.85.213.48] (HELO mail-yw0-f48.google.com) (209.85.213.48) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Feb 2011 05:18:55 +0000 Received: by ywc21 with SMTP id 21so1008047ywc.35 for ; Thu, 10 Feb 2011 21:18:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:user-agent:date:subject:from:to:message-id :thread-topic:in-reply-to:mime-version:content-type :content-transfer-encoding; bh=qfxtAaohOLV4WPOqDHL7Vnw112qAjcaDK5SA4bUhWoo=; b=w+1v5j5xesht2XGvzp/mPedoJrYPzdqzsDcbrZIH3YskXjhlQ/8RHBaF4Tj55vSxBD abCtbIHUlSYCFrcbU4mg9WRfQ2BEO+T1OZ4VM75Er/YPu9+uBfV5qtRKnvDBo0jH1S6r bdX7j2Ss5ZA559AV2+t/S7Qfgyg7du/7fZVLc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=user-agent:date:subject:from:to:message-id:thread-topic:in-reply-to :mime-version:content-type:content-transfer-encoding; b=WhSsjXZHnNAoxJomM/XfEehpXMfVpxb3hay3NaFGbqXaZq55OICDaKIDvdjkJXn/ze D6zHfkRJ6zAeYLNbbws3bA9Gv4QXWzYORfidpCMEMmlp8oXn8Y7yknpHhkkE9iMVhi4d h3GBWg+jbOPd1VeEeLQOnVJygyaTHvu6r2zBM= Received: by 10.151.41.15 with SMTP id t15mr108735ybj.0.1297401514589; Thu, 10 Feb 2011 21:18:34 -0800 (PST) Received: from [192.168.2.5] (c-98-245-22-35.hsd1.co.comcast.net [98.245.22.35]) by mx.google.com with ESMTPS id z5sm288760yhc.35.2011.02.10.21.18.31 (version=SSLv3 cipher=OTHER); Thu, 10 Feb 2011 21:18:32 -0800 (PST) User-Agent: Microsoft-MacOutlook/14.2.0.101115 Date: Thu, 10 Feb 2011 22:14:26 -0700 Subject: Hits when using group=true From: Bill Bell To: "solr-user@lucene.apache.org" Message-ID: Thread-Topic: Hits when using group=true In-Reply-To: Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org It would be good if someone added the hits= on group=true in the log. We are using this parameter and have build a really cool SOLR log analyzer (that I am pushing to release to open source). But it is not as effective if we cannot get group=true to output hits= in the log - since 90% of our queries are group=true... There is a ticket in SOLR for this under SOLR-2337. Can someone help me identify what would be required to get this to work? Bill >