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