[ https://issues.apache.org/jira/browse/SOLR-2637?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Martijn van Groningen updated SOLR-2637:
----------------------------------------
Attachment: SOLR-2637.patch
SOLR-2637.patch
Updated patch.
* Completed test.
* Removed _maxScore in GroupCommand. The grouping inside Solr doesn't have this there, so
there is no point adding this. The previous version set the maxScore based on the top n groups
(inside a command), which in only one case can be correct (if sorting is score desc. As the
comment specified in QueryResponse). If users still want this they can get the maxScore from
the first score.
I think this ready to be committed.
> Solrj support for Field Collapsing / Grouping query results parsing
> -------------------------------------------------------------------
>
> Key: SOLR-2637
> URL: https://issues.apache.org/jira/browse/SOLR-2637
> Project: Solr
> Issue Type: New Feature
> Components: clients - java
> Affects Versions: 4.0
> Reporter: Tao Cheng
> Assignee: Martijn van Groningen
> Priority: Minor
> Labels: features
> Fix For: 3.4, 4.0
>
> Attachments: SOLR-2637.patch, SOLR-2637.patch, SOLR-2637.patch, SOLR-2637.patch,
SOLR-2637.patch
>
> Original Estimate: 24h
> Remaining Estimate: 24h
>
> Patch ready for Field Collapsing query results parsing.
--
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
|