-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Index creation/access API #50
Conversation
After #55. |
After #62 we don't have any indexes API. I will work on it here. |
Now that properties have arities, let's have a single index with methods returning one, optional etc according to the property arity. |
this was the plan |
I want to declare indexes for specific properties, so one index with different methods won't work |
I'm working on it |
I already implemented this in angulillos-titan. Merging and releasing 0.8.0 |
In the
UntypedGraph
interface:.getIndexByName
.createIndex