Re: Unexpected behavior when sorting groups

2013-08-06 Thread Paul Masurel
surel [mailto:paul.masu...@gmail.com] > Sent: Sunday, August 04, 2013 2:54 PM > To: solr-user@lucene.apache.org > Subject: Re: Unexpected behavior when sorting groups > > Dear Tony, > > The behavior you described is correct, and what you are requiring is > impossible with So

Re: Unexpected behavior when sorting groups

2013-08-06 Thread Paul Masurel
- > From: Paul Masurel [mailto:paul.masu...@gmail.com] > Sent: Sunday, August 04, 2013 2:54 PM > To: solr-user@lucene.apache.org > Subject: Re: Unexpected behavior when sorting groups > > Dear Tony, > > The behavior you described is correct, and what you are requiring is >

RE: Unexpected behavior when sorting groups

2013-08-04 Thread Tony Paloma
ing. -Original Message- From: Paul Masurel [mailto:paul.masu...@gmail.com] Sent: Sunday, August 04, 2013 2:54 PM To: solr-user@lucene.apache.org Subject: Re: Unexpected behavior when sorting groups Dear Tony, The behavior you described is correct, and what you are requiring is impossible with Solr

Re: Unexpected behavior when sorting groups

2013-08-04 Thread Paul Masurel
Dear Tony, The behavior you described is correct, and what you are requiring is impossible with Solr as it is. I wouldn't however say it is a limitation of Solr : your problem is actually difficult and require some preprocessing. One solution if it is feasible for you is to precompute the lowest

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