orientechnologies / orientdb-gremlin

TinkerPop3 Graph Structure Implementation for OrientDB
Apache License 2.0
91 stars 32 forks source link

Try to retreive multiple indices for multiple labels #97

Closed fppt closed 7 years ago

fppt commented 7 years ago

My own test vertexUniqueIndexLookupWithMultipleLabels is still failing. When multiple labels are defined it fails to use the index. It can find the indices for each label but can't use them. I am not entirely sure why so any hints would be very much appreciated.

coveralls commented 7 years ago

Coverage Status

Coverage increased (+0.2%) to 84.257% when pulling 28a8a6639a987424321b4ea30522a8d7918700ff on fppt:try-to-improve-indexing into 1571324f732bee4f5f1d506fb833ab240b6be2b1 on mpollmeier:master.

fppt commented 7 years ago

The error was a poorly defined test on my part. I think this is working now.

fppt commented 7 years ago

Thanks for merging Michael. Sorry for not replying sooner, I have been away over the past week. I agree with your comment. It would make the test more informative. In my next PR I will make that minor change.

fppt commented 7 years ago

On a different note. When do you think you will make the next release for this plugin ?

mpollmeier commented 7 years ago

just released 3.2.1.2 :)

fppt commented 7 years ago

Awesome ! Thank you :)