コード例 #1
0
 public Fieldable[] createFields(String val, float boost) {
   return type.createFields(this, val, boost);
 }
コード例 #2
0
ファイル: SchemaField.java プロジェクト: apache/lucene-solr
 public List<IndexableField> createFields(Object val, float boost) {
   return type.createFields(this, val, boost);
 }