Hi there,
Trust you are doing well. I'm using blueprints API and creating an index for a few property keys.
graphDB.createKeyIndex(RelationshipGraphBuilder.NAME_PROPERTY_KEY, Vertex.class);
This API does not seem to create an index in Titan since I see quite a few warnings in the logs suggesting to create an index.
Query requires iterating over all vertices [(v[36028797018964674]=ingest-process AND v[36028797018964682]=process-entity)]. For better performance, use indexes (StandardTitanTx:718)
Any idea what am I missing.
Thanks,
Venkatesh