On Tue, Aug 4, 2009 at 9:56 AM, Yonik Seeley<[email protected]> wrote: > OK, it sounds like it should always be the same as SortField.getReversed() > then? > In which case it seems redundant to pass it into > SortField.getComparator() since SortField already keeps track of it?
Duh, right. I'll remove as an arg and simply use SortField's reverse attr directly. In fact I think SortField.getComparator should be package private? I'll fold this into LUCENE-1779. Mike --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
