[ https://issues.apache.org/jira/browse/SOLR-11333?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Erick Erickson resolved SOLR-11333. ----------------------------------- Resolution: Information Provided Please raise this question on the user's list at solr-u...@lucene.apache.org, see: (http://lucene.apache.org/solr/community.html#mailing-lists-irc) there are a _lot_ more people watching that list who may be able to help. If it's determined that this really is a code issue in Solr and not a configuration/usage problem, we can raise a new JIRA or reopen this one. If you do post on the user's list you should include sample output and point out what violates your expectations. >From the docs: group.ngroups and group.facet require that all documents in each group must be co-located on the same shard in order for accurate counts to be returned. Are you grouping across a sharded collection? > Sort across collapsed document is not working > --------------------------------------------- > > Key: SOLR-11333 > URL: https://issues.apache.org/jira/browse/SOLR-11333 > Project: Solr > Issue Type: Bug > Security Level: Public(Default Security Level. Issues are Public) > Reporter: Ray > > I tried to use Collapsing Query Parser per following link: > https://cwiki.apache.org/confluence/display/solr/Collapse+and+Expand+Results > here is the query I am using > http://<host_name>/solr/collection/select?q=groupId:*&fl=id,groupId,date&fq=%7B!collapse%20field=groupId%20sort=%27id%20asc%27%7D&expand=true&expand.rows=3&sort=date%20asc&expand.sort=id%20asc&rows=3 > but I found the result is different from group query: > http://<host_name>/solr/collection/select?q=groupId:*&fl=id,date,groupId&group=true&group.field=groupId&group.limit=4&group.ngroups=true&sort=date%20asc&group.sort=id%20asc&rows=3 > it seems sort across collapsed document is not working. -- This message was sent by Atlassian JIRA (v6.4.14#64029) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org