Hi,

I found what I was doing wrong and tried to delete this post :).

Best regards,
  -Stefán

On Tuesday, January 28, 2014 7:51:02 AM UTC, Andrey Lomakin wrote:
>
> Hi Stefan,
> It is a bug could you open issue, we will fix it in 1.6.5.
>
>
> On Mon, Jan 27, 2014 at 12:59 PM, <[email protected] <javascript:>
> > wrote:
>
>> 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] <javascript:>.
>> For more options, visit https://groups.google.com/groups/opt_out.
>>
>
>
>
> -- 
> Best regards,
> Andrey Lomakin.
>
> Orient Technologies
> the Company behind OrientDB
>
> 

-- 

--- 
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.

Reply via email to