Re: Grouping results after Sorting or vice-versa

2012-01-18 Thread Vijayaragavan
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.

Re: Grouping results after Sorting or vice-versa

2011-12-29 Thread Tomás Fernández Löbbe
> > > 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. >

Re: Grouping results after Sorting or vice-versa

2011-12-28 Thread Vijayaragavan
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? --

Re: Grouping results after Sorting or vice-versa

2011-12-28 Thread Juan Grande
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. >

Grouping results after Sorting or vice-versa

2011-12-28 Thread vijayrs
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