On Aug 29, 2006, at 11:50 AM, Mag Gam wrote:
Is it possible to sort results by date of the document?

Sure, check out the Sort class and the overloaded IndexSearcher.search () methods that take a Sort. You will need to index the date in a sortable way. DateTools provides handy methods for this purpose.

        Erik


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

Reply via email to