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
Hi Vijayaragavan, did you apply a patch for grouping in Solr 3.1? It is available out of the box since 3.3. Also, the result from grouping will not look exactly like you are expecting, as results with the same value in the grouping field (in this case, thread_id) will be collapsed into one group. Y

Re: Grouping results after Sorting or vice-versa

2011-12-28 Thread Vijayaragavan
Hi Juan, I'm using Solr 3.1 The type of the date field is long. Let's say, the documents indexed in Solr server be.. 1326c5cc09bbc99a_1 1326c5cc09bbc99a 1316078009000 <.. Some Other fields here ..> Some subject here... Some message here... 1321dff33cecd5f4_1 1321dff33cecd5f4 131495631

Re: Grouping results after Sorting or vice-versa

2011-12-28 Thread Juan Grande
Hi, I don't have an answer, but maybe I can help you if you provide more information, for example: - Which Solr version are you running? - Which is the type of the date field? - The output you are getting - The output you expect - Any other information that you consider relevant. Thanks, *Juan*