Thanks Tomás and Juan...
I got the expected results when i updated solr to v3.5.0
--
View this message in context:
http://lucene.472066.n3.nabble.com/Grouping-results-after-Sorting-or-vice-versa-tp3615957p3669299.html
Sent from the Solr - User mailing list archive at Nabble.com.
>
>
> 1321dff33cecd5f4_1
> 1321dff33cecd5f4
> 1314956314000
> <.. Some Other fields here ..>
> Some subject here...
> Some message here...
>
> 1326c5cc09bbc99a_1
> 1326c5cc09bbc99a
> 1316078009000
> <.. Some Other fields here ..>
> Some subject here...
> Some message here...
>
>
> Is it possible to get such results? If yes, how?
>
> --
> View this message in context:
> http://lucene.472066.n3.nabble.com/Grouping-results-after-Sorting-or-vice-versa-tp3615957p3618172.html
> Sent from the Solr - User mailing list archive at Nabble.com.
>
cecd5f4
1314956314000
<.. Some Other fields here ..>
Some subject here...
Some message here...
1326c5cc09bbc99a_1
1326c5cc09bbc99a
1316078009000
<.. Some Other fields here ..>
Some subject here...
Some message here...
Is it possible to get such results? If yes, how?
--
uld 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.
>
ate%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