Ray created SOLR-11333:
--------------------------
Summary: 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://<hostname>/solr/collection/select?q=groupId:*&fl=id,groupId,date&fq=%7B!collapse%20field=groupId%7D&expand=true&expand.rows=3&sort=date%20asc&expand.sort=date%20asc
but I found the result is different from group query:
http://<hostname>/solr/collection/select?q=groupId:*&fl=id,date,groupId&group=true&group.field=groupId&group.limit=3&group.ngroups=true&sort=date%20asc&group.sort=date%20asc
it seems sort across collapsed document is not working.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]