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
-
> 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
>
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
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
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