success = nest.cat(JOhmUtils.getId(owner)).cat(field.getName())
.zadd(Float.class.cast(fieldValue),
JOhmUtils.getId(element).toString()) > 0;
indexValue(element);
} catch (SecurityException e) {
throw new JOhmException(e);
} catch (IllegalArgumentException e) {
throw new JOhmException(e);
} catch (IllegalAccessException e) {
throw new JOhmException(e);
} catch (NoSuchFieldException e) {
throw new JOhmException(e);
}
}
return success;
}