: Think I will have to modify o.a.s.s.QueryParsing.parseSort to hook in custom : sort. Is there any better way?
If you write a custom SortComparatorSource, then the easiest way to use it would probably be to write your own subclass of TextField and override the getSortField method to construct a SortField that uses it. -Hoss