<snip/(>
> The question is simple: is it possible to get search results sorted by one
> or more search fields? E.g. search documents by keyword and display
> resulting top N documents sorted by their creation date. I've searched mail
> archives and found some indications that it's somewhere implemented and
> possible, but I couldn't find an example or a doc/javadoc on it.
> 
As much as I know the result of lucene is sort by the hit ratio.
of course if put all results into a collection you can do some collection
sorting.

that's all i know w/o wading through the lucene sources.

bye bernhard



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to