Unexpected behavior when sorting groups

2013-08-02 Thread Tony Paloma
I'm using field collapsing to group documents by a single field and have run into something unexpected with how sorting of the groups works. Right now I have each group return one document. The documents within each group are sorted by a field ("price") in ascending order using group.sort so tha

RE: Unexpected behavior when sorting groups

2013-08-04 Thread Tony Paloma
ed for sorting. If if does not exist yet, you may open a ticket. I will try and get authorization to opensource a solution for this. Regards, Paul On Sat, Aug 3, 2013 at 12:00 AM, Tony Paloma wrote: > I'm using field collapsing to group documents by a single field and > have r

Sorting grouped results by numfound

2013-02-07 Thread Tony Paloma
For some reason I thought Solr 4.0 brought us the ability to sort groups by numFound when using field collapsing, but now I can't find any info about how to do that. Did I make it all up? Might I be able to fake it using pseudo fields somehow? Thanks, Tony