Hi,
Can you help me understand a bit here :).
1. I have a root vertext class with defined property and a
non_unique_hasindex defined against that property.
rootVertexType = tenantGraph.createVertexType(typeName);
rootVertexType.createProperty("property",
OType.STRING).setMandatory(true).setReadonly(true);
rootVertexType.createIndex(IDX_ENTITY_REFERENCE,
OClass.INDEX_TYPE.NOTUNIQUE_HASH_INDEX, "property");
2. I have a sub class that extends the root vertex class
subVertexType = tenantGraph.createVertexType(typeName, rootVertexType)
3. I add new vertexes of the sub class type to the graph (which are
persisted) but the index does not seem to be updated
Any thoughts?
Best regards,
-Stefán Baxter
--
---
You received this message because you are subscribed to the Google Groups
"OrientDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.