[
https://issues.apache.org/jira/browse/SOLR-2337?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13073447#comment-13073447
]
Martijn van Groningen commented on SOLR-2337:
---------------------------------------------
Yes the trunk and branch3x do log the request when using grouping.
The number of matches of the first command is actually logged now.
> 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
> Fix For: 4.0
>
> Attachments: SOLR.2337.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: [email protected]
For additional commands, e-mail: [email protected]