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*



On Wed, Dec 28, 2011 at 5:12 AM, vijayrs <ragavansvi...@gmail.com> wrote:

> 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