If you already have a sort that works for you, you could do a
secondary sort by your field via
sort=score desc,myfield asc
The sort would need to score all the docs in each group equally for
this secondary sort to work (you didn't say if you've achieved that
yet).
-Yonik
On Jan 11, 2008 1:04 PM,
I did something like this in low-level Lucene using
FieldSortedHitQueue. The searchable lucene users
list should have more details.
Don't know how to do it in SOLR though...
Erick
On Jan 11, 2008 1:04 PM, Jörg Kiegeland <[EMAIL PROTECTED]> wrote:
> Hello,
>
> I have a query of the form (a or b)