I solve this problem by using the HitCollector interface instead of the Hits interface and putting the hit information into my own SearchResult object which is then stuffed into a SortedSet. I can then easily resort as needed using the standard collection capabilities in Java.
Using HitCollector is pretty straightforward to implement.
I'm assuming you are not sorting massive amounts of results with this scheme?
Erik
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]