On Thursday 24 February 2005 19:01, Yura Smolsky wrote:

>       sort.setSort( new SortField[] { new SortField ("modified",
> SortField.STRING, true) } );

You should store the date as a number, e.g. "days since 1970" (or weeks if 
that is precise enough) and then tell the sort that it's an integer. 
DateField always stores the date in milliseconds which leads to a large 
number of terms, it also turns the date into a string, both makes searching 
and especially sorting slower.

Regards
 Daniel

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

Reply via email to