Пример #1
0
 public Fieldable[] createFields(String val, float boost) {
   return type.createFields(this, val, boost);
 }
Пример #2
0
 public List<IndexableField> createFields(Object val, float boost) {
   return type.createFields(this, val, boost);
 }