Tomcat
Tomcat
ATApache TinkerPop
Created by Tomcat on 7/5/2023 in #questions
Add Multiple addV() by one Iterate
Thanks alot for the answer.
9 replies
ATApache TinkerPop
Created by Tomcat on 2/11/2023 in #questions
Does anybody know
It works fine with other operators. even TextP.Containing(), ... are ok but Regex and NotRegex have issue. not sure how does TinkerPop doing this but if .ToList() is applying after Neptune so that is something between Neptune and C# but if it does happening on Neptune side then that should be Neptune issue.
22 replies
ATApache TinkerPop
Created by Tomcat on 2/11/2023 in #questions
Does anybody know
I haven't set any timeout for the connection but basically it takes very long, I never been that patient to see when/how it ends.
22 replies
ATApache TinkerPop
Created by Tomcat on 2/11/2023 in #questions
Does anybody know
Actually yes when I start using these extensions then the application hangs and nothing happening
22 replies
ATApache TinkerPop
Created by Tomcat on 2/11/2023 in #questions
Does anybody know
Yea actually it is weird, I tried to trap that in "try catch" but looks like it do nothing. as long as it does not any performance impact maybe it is ok but good to notice what is going on to that
22 replies
ATApache TinkerPop
Created by Tomcat on 2/11/2023 in #questions
Does anybody know
Thanks for the update @Jesse A hope they start to supporting soon.
22 replies
ATApache TinkerPop
Created by Tomcat on 2/11/2023 in #questions
Does anybody know
var test1 = g.V().Has("names", TextP.Regex("^Majid")).ToList(); -> this fails var test1 = g.V().Has("names", TextP.Regex("^Majid")).HasNext(); -> fails
22 replies
ATApache TinkerPop
Created by Tomcat on 2/11/2023 in #questions
Does anybody know
I just realized the problem is looks like when I use .Next() or .HasNext() or .ToLiist() or etc . So the question is when I ran this query how can I convert the result to array ?
22 replies
ATApache TinkerPop
Created by Tomcat on 2/11/2023 in #questions
Does anybody know
I have tested it with TextP.Containing , ... and it works fine. only Regex has this issue
22 replies
ATApache TinkerPop
Created by Tomcat on 2/11/2023 in #questions
Does anybody know
Neptune
22 replies
ATApache TinkerPop
Created by Tomcat on 2/11/2023 in #questions
Does anybody know
I only have 9 nodes with 5 edges
22 replies