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


Nikita Pande
 

g.V().has("newid", "xyz").count().profile()

04:31:35 WARN  org.janusgraph.graphdb.transaction.StandardJanusGraphTx  - Query requires iterating over all vertices [(newid xyz)].

Even though the 
newid is indexed and enabled.

Graph Index (Vertex)           | Type        | Unique    | Backing        | Key:           Status |

---------------------------------------------------------------------------------------------------

newid1                       | Composite   | false     | internalindex  | newid:    REGISTERED |

newid2                   | Composite   | false     | internalindex  | newid:       ENABLED |

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