Re: Composite Indexing not working as expected for property on vertex in janusgraph 0.6.1


Nikita Pande
 

Hi,

There is one observation that, 

1. I faced above issue when the data was loaded with graph.addVertex() method

2. I added sample data using graph traverser g.addV().property().property() and it worked fine. 

I want to understand why is step 1 not giving any response for query g.V().has("newid","xyz") whereas it works with step 2.



Join {janusgraph-users@lists.lfaidata.foundation to automatically receive all group messages.