You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Rasik Pandey <ra...@ajlsm.com> on 2004/05/25 16:25:01 UTC

RE : RE : ReSorting

Hello,

> 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.

Thanks for the tips, we are already doing something similar now. I was just investigating the new sorting functionalities and hoping maybe that we could use them to help avoid this...


Regards,
RBP



---------------------------------------------------------------------
To unsubscribe, e-mail: lucene-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: lucene-dev-help@jakarta.apache.org