Return-Path: Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: (qmail 88714 invoked from network); 9 Mar 2011 06:00:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 9 Mar 2011 06:00:25 -0000 Received: (qmail 33456 invoked by uid 500); 9 Mar 2011 06:00:24 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 33371 invoked by uid 500); 9 Mar 2011 06:00:24 -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 33364 invoked by uid 99); 9 Mar 2011 06:00:23 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Mar 2011 06:00:23 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Mar 2011 06:00:21 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 6A6913A041B for ; Wed, 9 Mar 2011 05:59:59 +0000 (UTC) Date: Wed, 9 Mar 2011 05:59:59 +0000 (UTC) From: "Bill Bell (JIRA)" To: dev@lucene.apache.org Message-ID: <1682783658.7150.1299650399432.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <3487730.234811296118903608.JavaMail.jira@thor> Subject: [jira] Commented: (SOLR-2337) Solr needs hits= added to the log when using grouping 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-2337?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13004379#comment-13004379 ] Bill Bell commented on SOLR-2337: --------------------------------- I found a quick fix that will output # of hits. See attached patch, > Solr needs hits= added to the log when using grouping > ------------------------------------------------------ > > Key: SOLR-2337 > URL: https://issues.apache.org/jira/browse/SOLR-2337 > Project: Solr > Issue Type: Bug > Components: SearchComponents - other > Affects Versions: 4.0 > Reporter: Bill Bell > Attachments: SOLR.2377.patch > > > We monitor the Solr logs to try to review queries that have hits=0. This enables us to improve relevancy since they are easy to find and review. > When using group=true, hits= does not show up: > {code} > 2011-01-27 01:10:16,117 INFO core.SolrCore - [collection1] webapp= path=/select params={group=true&group.field=gender&group.field=id&q=*:*} status=0 QTime=15 > {code} > The code in QueryComponent.java needs to add the matches() after calling grouping.execute() and add up the total. > It does return hits= in the log for mainResult, but not for standard grouping. > This should be easy to add since matches are defined... -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org