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