Hi, On Thu, Jun 18, 2009 at 11:57, Ian Boston <[email protected]> wrote: > Would it be possible to use a Scorer and Similarity that operated on the > value of the fields to generate a sub optimal sort order ?
you could write your own NodeIndexer and overwrite addCalendarValue(). then change the granularity of the value to index to e.g. minutes. regards marcel
