48495051525354
} @Override public ValueSource getValueSource(SchemaField field, QParser qparser) { field.checkFieldCacheSource(qparser); return new ShortFieldSource(field.name); }
44454647484950
return new SortField(field.name, SortField.SHORT, reverse); } public ValueSource getValueSource(SchemaField field) { return new ShortFieldSource(field.name); }