We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
Add better OR support for mixed indexes.
c0b3b79
Issue : JanusGraph#888 Signed-off-by: David Clement <[email protected]>
@davidclement90 is this a duplicate of #163?
Sorry, something went wrong.
Yes I did not find it when I search. I close this and I change the PR description.
No branches or pull requests
Currently these traversals do not match indexes
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.
The text was updated successfully, but these errors were encountered: