public Property createProperty(
     String value, ResourcePropertyMapping mapping, Property.Store store, Property.Index index)
     throws SearchEngineException {
   return createProperty(mapping.getPath().getPath(), value, mapping, store, index);
 }
 public Property createProperty(String value, ResourcePropertyMapping mapping)
     throws SearchEngineException {
   return createProperty(mapping.getPath().getPath(), value, mapping);
 }