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