On 4/27/07, Otis Gospodnetic <[EMAIL PROTECTED]> wrote:
Spotted this while looking at QueryResultKey class:
final Sort sort; // change to normal Sort after Lucene 1.4.3
Not sure what it refers to, but since it doesn't have a FIXME nor TODO, it may be hard to
catch this, and since we are on Lucene 2.*, maybe this can be changed now -- I'm not sure
what "normal" implies here, but whoever wrote this will probably know. :)
It was already changed, and I just removed the comment.
IIRC, I couldn't get the SortFields from the old Lucene Sort object
and had to subclass it instead to enable access.
-Yonik