Skip to content
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

Better OR support for mixed indexes #888

Closed
davidclement90 opened this issue Jan 16, 2018 · 2 comments
Closed

Better OR support for mixed indexes #888

davidclement90 opened this issue Jan 16, 2018 · 2 comments

Comments

@davidclement90
Copy link
Contributor

Currently these traversals do not match indexes

g.V().has('age', outside(20, 50))
g.V().has('age', lt(50).or(gte(60)))
g.V().or(__.has('name', textContains('hercules')), __.has('age', inside(20, 50)))

Is-it not the problem of mixed index backends which can handle OR but of the Strategy which do not root theses traversals to mixed indexes.

@davidclement90 davidclement90 added this to the Release v0.3.0 milestone Jan 16, 2018
davidclement90 added a commit to davidclement90/janusgraph that referenced this issue Jan 16, 2018
@pluradj
Copy link
Member

pluradj commented Jan 16, 2018

@davidclement90 is this a duplicate of #163?

@davidclement90
Copy link
Contributor Author

Yes I did not find it when I search.
I close this and I change the PR description.

@davidclement90 davidclement90 removed this from the Release v0.3.0 milestone Jan 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants