return new ExtendedFieldComparatorSource() {
@Override
public FieldComparator newComparator(String fieldname,
int numHits, int sortPos, boolean reversed)
throws IOException {
return new IntFieldDataComparator(numHits, fieldname, cache);
}
@Override
public int reducedType() {
return SortField.INT;