With the new Sort functionality in Lucene, I can't seem to find in the code a means to "re"sort a Hits object (using new criteria) which was already sorted (using different criteria). Is this already possible? Am I overlooking something?
No, re-sorting without re-running a search is not possible (at least not easily). Why not just re-run a search with a different sort?
Erik
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]