Re: Grouping / Collapse Query

2011-07-13 Thread entdeveloper
I guess that's a possible solution, but the two concerns I would have are 1) putting the burden of sorting on the client instead of solr, where it belongs. And 2) needing to request more results than I'd want to display in order to guarantee I could populate the entire page of results to compensate

Re: Grouping / Collapse Query

2011-07-13 Thread Erick Erickson
Could you just return the score with the documents, group by type and order them any way you wanted? Best Erick On Tue, Jul 12, 2011 at 9:36 PM, entdeveloper wrote: > I'm messing around with the field collapsing in 4.x > http://wiki.apache.org/solr/FieldCollapsing . Is it currently possible to >