Closed zachkinstner closed 11 years ago
The changes from #16 removed the "FabType" index. There are a few cases in the code where this index is still used.
The following tests show matches for g.V('"+PropDbName.Node_FabType:
g.V('"+PropDbName.Node_FabType
Possible ways to resolve these:
Remove the ApiFunc.NewPathFromType function, which leads to "FabType" index usage.
ApiFunc.NewPathFromType
Fabric no longer uses (or indexes) FabType.
The changes from #16 removed the "FabType" index. There are a few cases in the code where this index is still used.
The following tests show matches for
g.V('"+PropDbName.Node_FabType
: