The issue i'm facing is... I didn't get the expected results when i combine
"group" param and "sort" param.

The query is...

http://localhost:8080/solr/core1/select/?qt=nutch&q=*:*&fq=userid:333&group=true&group.field=threadid&group.sort=date%20desc&sort=date%20desc

where "threadid" is a hexadecimal string which is common for more than 1
message, and "date"  is in unix timestamp format.

The results should be sorted based on "date" and also grouped by
"threadid"... how it can be done?

--
View this message in context: 
http://lucene.472066.n3.nabble.com/Grouping-results-after-Sorting-or-vice-versa-tp3615957p3615957.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to