public ShortFieldSource(string field, FieldCache.IShortParser parser) : base(field) { this.parser = parser; }