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