I think you'll have to run 2 searches with 2 sorts - the first to get
max(field1) and the second sorted by field2.  If you don't want the
max(field1) doc to appear in the second list you'll have to filter it
out somehow.


--
Ian.


On Tue, May 7, 2013 at 6:49 AM, Jack Liu <jack....@morningstar.com> wrote:
> As we know, the we can sort by multi-fields, such as field1 , then field2.
>
> But I have another scenario:
> We need pick up the max(field1) record first, then sort by field2 for others 
> records.
>
> Anyone can help me?
>
> Thanks in advance.
>
>
> Thanks
> Jack

---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-user-h...@lucene.apache.org

Reply via email to