Hi. Just add a Sort object to the search. Sort sort = new Sort(sortField, !ascending); Hits[] hits = searcher.search(query, sort);
Kindly //Marcus On 11/5/07, jackxin <[EMAIL PROTECTED]> wrote: > > > Does someone know how to sort the hits list by a specified document field? > Even if the field is numeric or datetime etc. > > -- > View this message in context: > http://www.nabble.com/Does-someone-know-how-to-sort-the-hits-list-by-a-specified-document-field--tf4749900.html#a13582008 > Sent from the Lucene - Java Users mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Marcus Herou Solution Architect & Core Java developer Tailsweep AB +46702561312 [EMAIL PROTECTED] http://www.tailsweep.com
