Kevin, On Sunday 05 September 2004 10:16, Kevin A. Burton wrote: > I want to sort a result set but perform a group by as well... IE remove > duplicate items.
Could you be more precise? > Is this possible with the new API? Seems like a huge drawback to lucene > right now. In case you can define another field that defines what is a duplicate by having the same value for duplicates, you can use it as one of the SortField's for sorting. Regards, Paul Elschot --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
