public Field createField(String val, float boost) { return type.createField(this, val, boost); }
public IndexableField createField(Object val, float boost) { return type.createField(this, val, boost); }