Re: Sorting date stored in milliseconds time

2005-04-06 Thread Scott Farquhar
On Wed, Apr 06, 2005 at 01:02:35PM +0200, [EMAIL PROTECTED] wrote: > I'm forced to keep date up to milisec. The reason is simple: I get at > least a couple of new messages per sec, if all of them are stamped with the > same time, the retrieval order id undefined, i.e. once I get it, let's > say,

FieldCache getCustom() method

2005-04-04 Thread Scott Farquhar
Hello all, I've just bought the Lucene in Action book, and I'm delving into search sorts, trying to improve the way that we do sorting in JIRA. I'm looking to implement my own SortComparatorSource, as many of the objects that I need to return from the index can't return comparable, and I want to