コード例 #1
0
 public Property createProperty(
     String value, ResourcePropertyMapping mapping, Property.Store store, Property.Index index)
     throws SearchEngineException {
   return createProperty(mapping.getPath().getPath(), value, mapping, store, index);
 }
コード例 #2
0
 public Property createProperty(String value, ResourcePropertyMapping mapping)
     throws SearchEngineException {
   return createProperty(mapping.getPath().getPath(), value, mapping);
 }