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