Pieter
--
You received this message because you are subscribed to the Google Groups "Gremlin-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gremlin-users+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
To unsubscribe from this group and stop receiving emails from it, send an email to gremlin-user...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
--
You received this message because you are subscribed to the Google Groups "Gremlin-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gremlin-user...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Find Top Quality Sites For web developer jobs
http://click.lavabit.com/z4cr718s8cij77k18asjc7dgdkgtho19qubizp841665cgxyqp9b/
Say for example I only need to index humans living in a particular country?
Find Top Quality Sites For distance learning
http://click.lavabit.com/65dw73o4kd3ar5yyoncye5jigja558yzkko88r67disa4hptg6uy/
Your personal email. Anytime, anywhere.
Ridiculously affordable at $19.95. No contracts.
http://www.getpeek.com/lavabit.html
To worry about a name clash at the property level is a pain.
Do you do some sort of pre-parsing / translation of queries
myWeaverObj.BeginPath<User>(x => x.Name, "Zach")
g.V('U_Na','Zach')
IWeaverFuncAs<Member> memAlias;
IWeaverQuery q =
myWeaverObj.BeginPath<User>(x => x.ArtifactId, 123).BaseNode
.DefinesMemberList.ToMember
.As(out memAlias)
.InAppDefines.FromApp
.Has(x => x.ArtifactId, WeaverFuncHasOp.EqualTo, 456)
.Back(memAlias)
.HasMemberTypeAssign.ToMemberTypeAssign
.Has(x => x.MemberTypeId, WeaverFuncHasOp.NotEqualTo, (byte)MemberTypeId.None)
.Has(x => x.MemberTypeId, WeaverFuncHasOp.NotEqualTo, (byte)MemberTypeId.Invite)
.Has(x => x.MemberTypeId, WeaverFuncHasOp.NotEqualTo, (byte)MemberTypeId.Request)
.Back(memAlias)
.End();
SendGremlinRequest(q.Script, q.Params);/root/Member(1234)/CreatesArtifactList/Limit(0,20)
.outE('MemberCreatesArtifact").inV