You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#2559 added new text predicates, mostly negations of existing text predicates, but also textContainsPhrase as a completely new predicates. These added text predicates are however not supported by the JanusGraphPSerializer which is used for GraphSON and GraphBinary to serialize and deserialize JanusGraph predicates.
This means that it's not possible to use the new predicates with JanusGraph Server.
Please include configurations and logs if available.
For confirmed bugs, please report:
Version: 1.0.0
Storage Backend: any
Mixed Index Backend: any
Link to discussed bug: -
Expected Behavior: Predicates also working via JanusGraph Server
Current Behavior: Exception about missing support for the predicate (see below)
Steps to Reproduce: Trying to use added text predicates with JanusGraph Server
Stack Trace (if you have one)
This happens if I try to use one of the new predicates (textNotContains in this case) via JanusGraph Server:
The predicates added in JanusGraph#2559 were not supported by
`JanusGraphPSerializer` and could thus not be used when connecting via
remote to JanusGraph Server.
FixesJanusGraph#4275
Signed-off-by: Florian Hockmann <[email protected]>
The predicates added in #2559 were not supported by
`JanusGraphPSerializer` and could thus not be used when connecting via
remote to JanusGraph Server.
Fixes#4275
Signed-off-by: Florian Hockmann <[email protected]>
The predicates added in #2559 were not supported by
`JanusGraphPSerializer` and could thus not be used when connecting via
remote to JanusGraph Server.
Fixes#4275
Signed-off-by: Florian Hockmann <[email protected]>
(cherry picked from commit 5b906fe)
The predicates added in #2559 were not supported by
`JanusGraphPSerializer` and could thus not be used when connecting via
remote to JanusGraph Server.
Fixes#4275
Signed-off-by: Florian Hockmann <[email protected]>
(cherry picked from commit 5b906fe)
#2559 added new text predicates, mostly negations of existing text predicates, but also
textContainsPhrase
as a completely new predicates. These added text predicates are however not supported by theJanusGraphPSerializer
which is used for GraphSON and GraphBinary to serialize and deserialize JanusGraph predicates.This means that it's not possible to use the new predicates with JanusGraph Server.
Please include configurations and logs if available.
For confirmed bugs, please report:
Stack Trace (if you have one)
This happens if I try to use one of the new predicates (
textNotContains
in this case) via JanusGraph Server:I serialized it from JanusGraph.Net as I wanted to add support for these new predicates there until I realized that they aren't supported server side
The text was updated successfully, but these errors were encountered: