public Fieldable[] createFields(String val, float boost) { return type.createFields(this, val, boost); }
public List<IndexableField> createFields(Object val, float boost) { return type.createFields(this, val, boost); }