Package com.yahoo.prelude.fastsearch
Class SortDataHitSorter
- java.lang.Object
-
- com.yahoo.prelude.fastsearch.SortDataHitSorter
-
public class SortDataHitSorter extends Object
-
-
Constructor Summary
Constructors Constructor Description SortDataHitSorter()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Comparator<Hit>
getComparator(Sorting sorting, Comparator<Hit> fallback)
static boolean
isSortable(Hit hit, Sorting sorting)
static void
sort(HitGroup hitGroup, List<Hit> hits)
-
-
-
Method Detail
-
getComparator
public static Comparator<Hit> getComparator(Sorting sorting, Comparator<Hit> fallback)
-
-